From 35d21b3a64daf823826c69621ae0e1527be0123d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 3 Jul 2012 16:37:22 +0200 Subject: minor --- testApp.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'testApp.sh') diff --git a/testApp.sh b/testApp.sh index b35c18e..56e467a 100755 --- a/testApp.sh +++ b/testApp.sh @@ -32,11 +32,6 @@ done [ -f /tmp/fbgui.log ] && rm /tmp/fbgui.log [ -f /tmp/fbgui_trigger ] && rm /tmp/fbgui_trigger -# path to script (including script name) -script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")" - -# to get the path only: use dirname which strips the filename from a path -working_path=`dirname "$script_path"` # construct unique display_id based on user, needed for multi-user qvfb usage display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}') -- cgit v1.2.3-55-g7522