diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-12-19 15:00:47 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-12-19 15:00:47 +0000 |
commit | 63ed6e8c9d9daa5cddd4b95d20e443299a6f1838 (patch) | |
tree | eafc57ffd8f2dcb99ef4caed538bdfdb7d86e422 /firefox.sh.in | |
parent | spec polishing (diff) | |
download | librewolf-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.in | 3 |
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. |