aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-08 08:53:36 +1000
committerDavid Walter Seikel2014-05-08 08:53:36 +1000
commit83e12170dbffa258fa4a23d80fb9b18547adc193 (patch)
treee68155f23a13d49d644518fc9883617331b93989 /src/GuiLua
parentAnd now purkle is it's own skang module. (diff)
downloadSledjHamr-83e12170dbffa258fa4a23d80fb9b18547adc193.zip
SledjHamr-83e12170dbffa258fa4a23d80fb9b18547adc193.tar.gz
SledjHamr-83e12170dbffa258fa4a23d80fb9b18547adc193.tar.bz2
SledjHamr-83e12170dbffa258fa4a23d80fb9b18547adc193.tar.xz
Setup all the Lua paths in a central place.
Diffstat (limited to 'src/GuiLua')
-rwxr-xr-xsrc/GuiLua/test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GuiLua/test.sh b/src/GuiLua/test.sh
index 0cf39d9..30e8742 100755
--- a/src/GuiLua/test.sh
+++ b/src/GuiLua/test.sh
@@ -2,5 +2,4 @@
2 2
3wd=$(pwd) 3wd=$(pwd)
4 4
5export LUA_PATH="$wd/../../lib/?.lua;./?.lua"
6../../skang -l test -foo "argy bargy" 5../../skang -l test -foo "argy bargy"