aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9l4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/9l b/bin/9l
index 6195815f..0e939524 100755
--- a/bin/9l
+++ b/bin/9l
@@ -19,7 +19,7 @@ case "$tag" in
5.2.*)
extralibs="$extralibs -lkse"
;;
- [5-9].*|1[0-1].*)
+ [5-9].*|1[0-9].*)
extralibs="$extralibs -lpthread"
;;
esac
@@ -40,7 +40,7 @@ case "$tag" in
userpath=true
extralibs="$extralibs -lutil -lresolv"
case "${SYSVERSION:-`uname -r`}" in
- 2.6.* | 3.* | 4.*)
+ 2.6.* | [3-9].* | [1-9][0-9].*)
extralibs="$extralibs -lpthread"
;;
esac