From 63ed6e8c9d9daa5cddd4b95d20e443299a6f1838 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 19 Dec 2007 15:00:47 +0000 Subject: start script fixes --- firefox.sh.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firefox.sh.in b/firefox.sh.in index 922752f..fd17d98 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -152,7 +152,8 @@ then fi # check to see if there's an already running instance or not -ALREADY_RUNNING=`check_running` +#ALREADY_RUNNING=`check_running` +ALREADY_RUNNING="0" # If there is no command line argument at all then try to open a new # window in an already running instance. -- cgit