aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/LuaSL/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaSL/test.sh')
-rwxr-xr-xsrc/LuaSL/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaSL/test.sh b/src/LuaSL/test.sh
index 1c26ade..435c5e2 100755
--- a/src/LuaSL/test.sh
+++ b/src/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/../../libraries/?.lua" 7export LUA_PATH="$wd/../../lib/?.lua"
8 8
9case $@ in 9case $@ in
10 10