commit 2ba6fa9a65c82088cde14aa56740d0eea9e38628 parent ed959cfba326356a5cdea1a12c8ac17b5365486c Author: Russ Cox <rsc@swtch.com> Date: Wed, 14 Nov 2018 00:03:17 -0500 web: allow any $BROWSER Fixes #118. Diffstat:
M | bin/web | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/web b/bin/web @@ -34,7 +34,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-tab)' || $BROWSER "$@" ;; - *chrome*|*chromium*) + ?*) $BROWSER "$@" ;; esac