mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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)'
|
||||
;;
|
||||
*firefox*)
|
||||
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
|
||||
$BROWSER --new-tab "$@" ||
|
||||
$BROWSER "$@"
|
||||
;;
|
||||
*mozilla*)
|
||||
|
|
Loading…
Reference in a new issue