[Rpm-maint] [rpm-software-management/rpm] `%{gsub:...}` throws error (Issue #3410)
Michael Schroeder
notifications at github.com
Thu Oct 31 09:50:53 UTC 2024
That's caused by %len being mapped to lua's string.len() function, and lua does not complain about the extra arg:
```
$ lua
> print(string.len("foo", "bar"))
3
>
```
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3410#issuecomment-2449450410
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3410/2449450410 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241031/57bf3cf8/attachment.html>
More information about the Rpm-maint
mailing list