aboutsummaryrefslogtreecommitdiff
path: root/bin/web
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-12-27 09:19:39 -0800
committerRuss Cox <rsc@swtch.com>2009-12-27 09:19:39 -0800
commit7351eea28ed2d396ca524bb0164501aaca857e8f (patch)
tree1c0524b025f8469a0786ca9e96621e9f6e46a9a1 /bin/web
parentbf486dfc1622cc8b62326bfa72631617f6edb050 (diff)
parentbf486dfc1622cc8b62326bfa72631617f6edb050 (diff)
downloadplan9port-7351eea28ed2d396ca524bb0164501aaca857e8f.tar.gz
plan9port-7351eea28ed2d396ca524bb0164501aaca857e8f.tar.bz2
plan9port-7351eea28ed2d396ca524bb0164501aaca857e8f.zip
merge
Diffstat (limited to 'bin/web')
-rwxr-xr-xbin/web3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/web b/bin/web
index 10f59dd7..5d8785be 100755
--- a/bin/web
+++ b/bin/web
@@ -90,6 +90,9 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
$BROWSER "$@"
;;
+ *google-chrome*)
+ $BROWSER "$@"
+ ;;
esac
}