diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/9l | 2 | ||||
-rwxr-xr-x | bin/web | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ case "$tag" in userpath=true extralibs="$extralibs -lutil -lresolv" case "${SYSVERSION:-`uname -r`}" in - 2.6.* | 3.*) + 2.6.* | 3.* | 4.*) extralibs="$extralibs -lpthread" ;; esac @@ -34,7 +34,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-tab)' || $BROWSER "$@" ;; - *google-chrome*|*chromium*|*chrome*) + *chrome*|*chromium*) $BROWSER "$@" ;; esac |