tweb: allow any $BROWSER - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 2ba6fa9a65c82088cde14aa56740d0eea9e38628
DIR parent ed959cfba326356a5cdea1a12c8ac17b5365486c
HTML 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(-)
---
DIR diff --git a/bin/web b/bin/web
t@@ -34,7 +34,7 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
$BROWSER "$@"
;;
- *chrome*|*chromium*)
+ ?*)
$BROWSER "$@"
;;
esac