Make luapath script return the whole export

So it can now be called as $(luapath .) in the shell
This commit is contained in:
Talia 2023-10-09 10:00:54 +02:00
parent de09d79b1f
commit c7fa78c3a4
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
echo "$1/?.lua;$1/?/init.lua"
echo 'export LUA_PATH="'"$1/?.lua;$1/?/init.lua;;"'"'