Commit Diff


commit - e4b913866b759d4744b8636ac73a8775447dd28e
commit + 28e91cd8798fd55993e98c83e577dd1d82955257
blob - 5de673980c57ae995cc2da77a4489c26acd683aa
blob + 1028d12585c0d6b14eca82e3b67cf3b37d4770ec
--- bin/web
+++ bin/web
@@ -27,7 +27,7 @@ plumbunix()
 		$BROWSER -remote 'openURL('"$@"',new-window)'
 		;;
 	*firefox*)
-		$BROWSER -remote 'openURL('"$@"',new-tab)' ||
+		$BROWSER --new-tab "$@" ||
 		$BROWSER "$@"
 		;;
 	*mozilla*)