aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-21 17:55:22 +1000
committerDavid Walter Seikel2014-04-21 17:55:22 +1000
commita09c98760ed2957062aa8a4934828cb6bc4a09e2 (patch)
treecf447d21e1a913c65738a6353d9f4a817de89fed
parentTypos -= 2 (diff)
downloadSledjHamr-a09c98760ed2957062aa8a4934828cb6bc4a09e2.zip
SledjHamr-a09c98760ed2957062aa8a4934828cb6bc4a09e2.tar.gz
SledjHamr-a09c98760ed2957062aa8a4934828cb6bc4a09e2.tar.bz2
SledjHamr-a09c98760ed2957062aa8a4934828cb6bc4a09e2.tar.xz
GuiLua uses LumbrJack and Runnr from the shared libraries directory at run time to.
-rwxr-xr-xClientHamr/GuiLua/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test.sh b/ClientHamr/GuiLua/test.sh
index c1b0afb..93a4afb 100755
--- a/ClientHamr/GuiLua/test.sh
+++ b/ClientHamr/GuiLua/test.sh
@@ -1,3 +1,3 @@
1#! /bin/bash 1#! /bin/bash
2 2
3export LD_LIBRARY_PATH="."; ./skang -l test -foo "argy bargy" 3export LD_LIBRARY_PATH=".:../../libraries"; ./skang -l test -foo "argy bargy"