From 5ab89eb180d1376f696423f8219cda0bdb6f5ad0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sun, 12 Mar 2006 15:44:33 +0000 Subject: [PATCH] - use -new-tab or -new-window when passing an URL to binary Changed files: mozilla-firefox.sh -> 1.14 --- mozilla-firefox.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla-firefox.sh b/mozilla-firefox.sh index ac9e4b0..2221afd 100644 --- a/mozilla-firefox.sh +++ b/mozilla-firefox.sh @@ -72,9 +72,9 @@ else fi grep browser.tabs.opentabfor.middleclick ~/.mozilla/firefox/*/prefs.js | grep true > /dev/null if [ 0 -eq 0 ]; then - exec $FIREFOX -remote "OpenUrl($URL,new-tab)" + exec $FIREFOX -new-tab "$URL" else - exec $FIREFOX -remote "OpenUrl($URL,new-window)" + exec $FIREFOX -new-window "$URL" fi fi fi -- 2.43.0