>From 
>[documentation](https://github.com/rpm-software-management/rpm/blob/ebc406862053815528c00095f9f991d649fa33a0/docs/manual/macros.md?plain=1#L119),
> I would think this should work:

~~~
$ rpm --eval "%{gsub:foo o i}"
error: lua script failed: [string "gsub"]:1: bad argument #2 to 'gsub' (string 
expected, got no value)
~~~

Please note the example works just fine without the collon:

~~~
$ rpm --eval "%{gsub foo o i}"
fii
~~~

Testing on Fedora Rawhide:

~~~
$ rpm -q rpm
rpm-4.20.0-1.fc42.x86_64
~~~

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3410
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to