From 568c8829db2f886921c7592cadbadbf4241127b6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 27 Apr 2014 16:48:07 +1000 Subject: Centralise the PACKAGE_* stuff, move our libraries to lib, and shuffle stuff to suit. --- src/GuiLua/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GuiLua/test.sh') diff --git a/src/GuiLua/test.sh b/src/GuiLua/test.sh index bea2fc3..0cf39d9 100755 --- a/src/GuiLua/test.sh +++ b/src/GuiLua/test.sh @@ -2,5 +2,5 @@ wd=$(pwd) -export LUA_PATH="$wd/../../libraries/?.lua;./?.lua" +export LUA_PATH="$wd/../../lib/?.lua;./?.lua" ../../skang -l test -foo "argy bargy" -- cgit v1.1