mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
web: *chrome* matches google-chrome
This commit is contained in:
parent
ff9d331db4
commit
7e6c008b73
1 changed files with 1 additions and 1 deletions
2
bin/web
2
bin/web
|
@ -34,7 +34,7 @@ plumbunix()
|
||||||
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
|
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
|
||||||
$BROWSER "$@"
|
$BROWSER "$@"
|
||||||
;;
|
;;
|
||||||
*google-chrome*|*chromium*|*chrome*)
|
*chrome*|*chromium*)
|
||||||
$BROWSER "$@"
|
$BROWSER "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue