]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- wtf, 0 = 0??
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 12 Nov 2006 14:49:22 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox.sh -> 1.15

mozilla-firefox.sh

index 2221afd0b84d2bc5c3e69d53cb4cdfca515a8110..a8cc354d226f4fdc25228b6599c0bddb0106f49d 100644 (file)
@@ -71,7 +71,7 @@ else
                                URL="$1"
                        fi
                        grep browser.tabs.opentabfor.middleclick ~/.mozilla/firefox/*/prefs.js | grep true > /dev/null
-                       if [ 0 -eq 0 ]; then
+                       if [ $? -eq 0 ]; then
                                exec $FIREFOX -new-tab "$URL"
                        else
                                exec $FIREFOX -new-window "$URL"
This page took 0.056397 seconds and 4 git commands to generate.