]> git.pld-linux.org Git - packages/mozilla-firefox-bin.git/blobdiff - mozilla-firefox-bin.sh
- up to 3.6.12
[packages/mozilla-firefox-bin.git] / mozilla-firefox-bin.sh
index 378a634c2b1bf977b9add5c44b0f6193b7a54006..45e1487912ab6afa02e49eef34442b636dcd07ad 100644 (file)
@@ -35,7 +35,7 @@ fi
 # compreg.dat and/or chrome.rdf will screw things up if it's from an
 # older version.  http://bugs.gentoo.org/show_bug.cgi?id=63999
 for f in ~/{.,.mozilla/}firefox/*/{compreg.dat,chrome.rdf,XUL.mfasl}; do
-       if [[ -f ${f} && ${f} -ot /usr/bin/mozilla-firefox ]]; then
+       if [[ -f ${f} && ${f} -ot /usr/bin/mozilla-firefox-bin ]]; then
                echo "Removing ${f} leftover from older firefox"
                rm -f "${f}"
        fi
@@ -70,8 +70,8 @@ else
                        else
                                URL="$1"
                        fi
-                       grep browser.tabs.opentabfor.middleclick ~/.mozilla/firefox/*/prefs.js | grep true > /dev/null
-                       if [ $? -eq 0 ]; then
+                       grep browser.tabs.opentabfor.middleclick ~/.mozilla/firefox/*/prefs.js | grep false > /dev/null
+                       if [ $? -ne 0 ]; then
                                exec $FIREFOX -new-tab "$URL"
                        else
                                exec $FIREFOX -new-window "$URL"
This page took 0.082649 seconds and 4 git commands to generate.