aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2018-11-14 00:03:17 -0500
committerRuss Cox <rsc@swtch.com>2018-11-14 00:04:07 -0500
commit2ba6fa9a65c82088cde14aa56740d0eea9e38628 (patch)
treede96256f15d3307dcab7f6c2c8ea55122359474a /bin
parented959cfba326356a5cdea1a12c8ac17b5365486c (diff)
downloadplan9port-2ba6fa9a65c82088cde14aa56740d0eea9e38628.tar.gz
plan9port-2ba6fa9a65c82088cde14aa56740d0eea9e38628.tar.bz2
plan9port-2ba6fa9a65c82088cde14aa56740d0eea9e38628.zip
web: allow any $BROWSER
Fixes #118.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/web2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web b/bin/web
index 7829229f..5de67398 100755
--- a/bin/web
+++ b/bin/web
@@ -34,7 +34,7 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
$BROWSER "$@"
;;
- *chrome*|*chromium*)
+ ?*)
$BROWSER "$@"
;;
esac