aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPetter Rodhelind <petter.rodhelind@gmail.com>2017-10-09 22:11:10 +0200
committerPetter Rodhelind <petter.rodhelind@gmail.com>2017-10-09 22:11:10 +0200
commitf19ec3797d11ebb3491c5b2b009ebca49b73f962 (patch)
tree1faeb0251d60ae0a2585f1fad7f9c6ff47bf914e /bin
parented9342b2a15fcb98a5e1641b291b9d51f00538e8 (diff)
parent680c57a15c51c302d89aec134e25f08820d3f30d (diff)
downloadplan9port-f19ec3797d11ebb3491c5b2b009ebca49b73f962.tar.gz
plan9port-f19ec3797d11ebb3491c5b2b009ebca49b73f962.tar.bz2
plan9port-f19ec3797d11ebb3491c5b2b009ebca49b73f962.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'bin')
-rwxr-xr-xbin/web2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web b/bin/web
index 8c6fdd4d..08c5e37f 100755
--- a/bin/web
+++ b/bin/web
@@ -34,7 +34,7 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
$BROWSER "$@"
;;
- *google-chrome*|*chromium*)
+ *google-chrome*|*chromium*|*chrome*)
$BROWSER "$@"
;;
esac