plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 7e6c008b73156b24ed7b59f6f076b4cda914ec86
parent ff9d331db494d323bb89a8fe67b96d90b7e60030
Author: Gleydson Soares <gsoares@gmail.com>
Date:   Sun, 15 Oct 2017 15:39:08 -0300

web: *chrome* matches google-chrome

Diffstat:
Mbin/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 "$@" ;; - *google-chrome*|*chromium*|*chrome*) + *chrome*|*chromium*) $BROWSER "$@" ;; esac