From 0a70f0c2d4933205e3fb4c87daa129b9738ef861 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 24 Jan 2012 15:02:26 +0100 Subject: added nd template in config file & minor formatting --- testApp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testApp.sh') diff --git a/testApp.sh b/testApp.sh index b78bebe..ae9038e 100755 --- a/testApp.sh +++ b/testApp.sh @@ -14,8 +14,8 @@ QT_VERSION=Qt-4.7.2 # clean /tmp/fbgui -rm -rf /tmp/fbgui -rm /tmp/fbgui_trigger +[ -d /tmp/fbgui ] && rm -rf /tmp/fbgui +[ -f /tmp/fbgui_trigger ] && rm /tmp/fbgui_trigger # path to script (including script name) script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")" -- cgit v1.2.3-55-g7522