summaryrefslogtreecommitdiffstats
path: root/src/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-24 00:44:44 +0100
committerJonathan Bauer2011-03-24 00:44:44 +0100
commit731213e4dfc4411312c5dc92df356bad0ad70669 (patch)
treec33a36fcf827affaaed39c88e7ac0c1e025d443b /src/testApp.sh
parenta new classes sysinfolibsysfs (diff)
downloadfbgui-731213e4dfc4411312c5dc92df356bad0ad70669.tar.gz
fbgui-731213e4dfc4411312c5dc92df356bad0ad70669.tar.xz
fbgui-731213e4dfc4411312c5dc92df356bad0ad70669.zip
improvements...
Diffstat (limited to 'src/testApp.sh')
-rwxr-xr-xsrc/testApp.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testApp.sh b/src/testApp.sh
index 6a40772..b5303c8 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -6,6 +6,7 @@
# -d <dir>, --download=<dir> absolute dir for downloads.
# -c <path>, --config=<path> path to config file.
#
+rm -rf /tmp/fbgui
script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
# to get the path only - not the script name - add
working_path=`dirname "$script_path"`