summaryrefslogtreecommitdiffstats
path: root/bin/web
diff options
context:
space:
mode:
Diffstat (limited to 'bin/web')
-rwxr-xr-xbin/web2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web b/bin/web
index 5de67398..1028d125 100755
--- a/bin/web
+++ b/bin/web
@@ -27,7 +27,7 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-window)'
;;
*firefox*)
- $BROWSER -remote 'openURL('"$@"',new-tab)' ||
+ $BROWSER --new-tab "$@" ||
$BROWSER "$@"
;;
*mozilla*)