web: fix plumbing with Firefox
Default builds of Firefox remove the previous X remote interface, now causing the use of -remote to silently exit and do nothing. https://hg.mozilla.org/mozilla-central/rev/ef22d8cbf4ef
This commit is contained in:
parent
e4b913866b
commit
28e91cd879
1 changed files with 1 additions and 1 deletions
2
bin/web
2
bin/web
|
|
@ -27,7 +27,7 @@ plumbunix()
|
||||||
$BROWSER -remote 'openURL('"$@"',new-window)'
|
$BROWSER -remote 'openURL('"$@"',new-window)'
|
||||||
;;
|
;;
|
||||||
*firefox*)
|
*firefox*)
|
||||||
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
|
$BROWSER --new-tab "$@" ||
|
||||||
$BROWSER "$@"
|
$BROWSER "$@"
|
||||||
;;
|
;;
|
||||||
*mozilla*)
|
*mozilla*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue