aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-20 10:21:59 +1000
committerDavid Walter Seikel2014-04-20 10:21:59 +1000
commitb6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c (patch)
tree7be597a8ee91f1040c1e47e5a7abec4a91c5f728 /ClientHamr/GuiLua/test.sh
parentMake the window command a Thing. (diff)
downloadSledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.zip
SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.gz
SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.bz2
SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.xz
Clean up all the build and test scripts to be similar, and not have the EFL directory hard coded.
Diffstat (limited 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 4f72c52..c1b0afb 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="."; ./skang -l test -foo "argy bargy"