From 29f3fe70aeb5f566864c7868f7c89483547e92b4 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 13 May 2014 14:42:20 +1000 Subject: Extantz calls love, and love calls LuaSL, and clean out the need for scripts to twiddle the Lua paths. --- test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index c560633..a6d3423 100755 --- a/test.sh +++ b/test.sh @@ -15,6 +15,6 @@ cd $wd/src/GuiLua ./test.sh & sleep 1 -echo "_______________ TESTING LuaSL _______________" -cd $wd/src/LuaSL -./test.sh $0 +echo "_______________ TESTING love and LuaSL _______________" +cd $wd +./love $0 -- cgit v1.1