aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-22 14:31:56 +1000
committerDavid Walter Seikel2014-04-22 14:31:56 +1000
commit9410830b5d317c3da4758c8c63f5e67b708b755c (patch)
tree7a2c24875db8c85e5b55d111b88cf08888968fce /LuaSL/test.sh
parentMove the test sim to the media directory. (diff)
downloadSledjHamr-9410830b5d317c3da4758c8c63f5e67b708b755c.zip
SledjHamr-9410830b5d317c3da4758c8c63f5e67b708b755c.tar.gz
SledjHamr-9410830b5d317c3da4758c8c63f5e67b708b755c.tar.bz2
SledjHamr-9410830b5d317c3da4758c8c63f5e67b708b755c.tar.xz
Move LuaSL source up one directory.
Diffstat (limited to '')
-rwxr-xr-xLuaSL/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/test.sh b/LuaSL/test.sh
index d1a7d4c..91ee412 100755
--- a/LuaSL/test.sh
+++ b/LuaSL/test.sh
@@ -4,7 +4,7 @@ wd=$(pwd)
4 4
5# Kill any left overs. 5# Kill any left overs.
6killall -KILL LuaSL 6killall -KILL LuaSL
7export LUA_PATH="$wd/src/?.lua" 7export LUA_PATH="$wd/?.lua"
8 8
9case $@ in 9case $@ in
10 10