From 9410830b5d317c3da4758c8c63f5e67b708b755c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 22 Apr 2014 14:31:56 +1000 Subject: Move LuaSL source up one directory. --- LuaSL/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/test.sh') 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) # Kill any left overs. killall -KILL LuaSL -export LUA_PATH="$wd/src/?.lua" +export LUA_PATH="$wd/?.lua" case $@ in -- cgit v1.1