Make luapath script return the whole export
So it can now be called as $(luapath .) in the shell
This commit is contained in:
parent
de09d79b1f
commit
c7fa78c3a4
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "$1/?.lua;$1/?/init.lua"
|
||||
echo 'export LUA_PATH="'"$1/?.lua;$1/?/init.lua;;"'"'
|
||||
|
|
Loading…
Reference in a new issue