aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
authorFrancis Conti <fc@nymon.xyz>2019-09-19 13:50:44 -0700
committerDan Cross <crossd@gmail.com>2019-09-19 16:50:44 -0400
commit715807d706cd13bc583588477a84090fbf02e057 (patch)
tree99a693feca4529af4ecb701a87fcfe82da64f523 /bin/9l
parent13d40aa64c8c073c296ad2c8df0bae6d607aff07 (diff)
downloadplan9port-715807d706cd13bc583588477a84090fbf02e057.tar.gz
plan9port-715807d706cd13bc583588477a84090fbf02e057.tar.bz2
plan9port-715807d706cd13bc583588477a84090fbf02e057.zip
Teach 9l about FreeBSD ≥ 12; address issue #247. (#249)
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9l b/bin/9l
index 4266b10e..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