aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9l2
-rwxr-xr-xbin/web2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/9l b/bin/9l
index a82a2812..2409e641 100755
--- a/bin/9l
+++ b/bin/9l
@@ -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
diff --git a/bin/web b/bin/web
index 08c5e37f..7829229f 100755
--- 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