[Rpm-maint] [rpm-software-management/rpm] Add rpmlua wrapper command for running our Lua interpreter standalone (PR #1867)
Miro Hrončok
notifications at github.com
Mon Dec 20 15:28:46 UTC 2021
I can definitively try it myself later, but basically what needs to be passed to ILua as `-i` value is a script that does:
```
#!/usr/bin/sh -eu
rpmlua -e 'package.path = os.getenv("LUA_PATH") .. ";" .. package.path' "$*"
```
And if that command works as expected, so should ILua.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1867#issuecomment-998027095
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/1867/c998027095 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211220/aa784268/attachment.html>
More information about the Rpm-maint
mailing list