commit d02be7cd205ed6cbc2fdf6652776adbf2e77c814
Author: Jan Palus <[email protected]>
Date:   Wed Jan 10 13:43:47 2018 +0100

    correct config dir path

 firefox.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/firefox.sh b/firefox.sh
index b0041e6..9192ab5 100644
--- a/firefox.sh
+++ b/firefox.sh
@@ -32,7 +32,7 @@ else
        else
                URL="$1"
        fi
-       if ! grep -q browser.tabs.opentabfor.middleclick.*false 
~/.firefox/*/prefs.js; then
+       if ! grep -q browser.tabs.opentabfor.middleclick.*false 
~/.mozilla/firefox/*/prefs.js; then
                exec $FIREFOX -new-tab "$URL"
        else
                exec $FIREFOX -new-window "$URL"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/firefox52-esr.git/commitdiff/d02be7cd205ed6cbc2fdf6652776adbf2e77c814

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to