summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-12-19 15:00:47 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-12-19 15:00:47 +0000
commit63ed6e8c9d9daa5cddd4b95d20e443299a6f1838 (patch)
treeeafc57ffd8f2dcb99ef4caed538bdfdb7d86e422 /firefox.sh.in
parentspec polishing (diff)
downloadlibrewolf-fedora-ff-63ed6e8c9d9daa5cddd4b95d20e443299a6f1838.tar.gz
librewolf-fedora-ff-63ed6e8c9d9daa5cddd4b95d20e443299a6f1838.tar.bz2
librewolf-fedora-ff-63ed6e8c9d9daa5cddd4b95d20e443299a6f1838.zip
start script fixes
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in3
1 files changed, 2 insertions, 1 deletions
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.
bgstack15