summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortron <tron>2017-02-11 16:08:31 +0000
committertron <tron>2017-02-11 16:08:31 +0000
commit5a12244ff50004cc4587fe95c206f2207f11ea6a (patch)
tree940ce0f7fab4d0ff407f3f5503f12319ee3f8b8b /bootstrap
parent08596afd79ef05096b7d11ea20125c9dc0082420 (diff)
downloadpkgsrc-5a12244ff50004cc4587fe95c206f2207f11ea6a.tar.gz
As macOS Sierra still ships with a broken "awk" and "sed" use the
pkgsrc variants as we do under Mac OS X El Capitan.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 0402fd6a349..486f5fb55ec 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.239 2017/02/01 10:14:09 jperkin Exp $
+# $NetBSD: bootstrap,v 1.240 2017/02/11 16:08:31 tron Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -569,7 +569,7 @@ Darwin)
;;
esac
case "$macosx_version" in
- 10.[8-9]|10.1[01])
+ 10.[8-9]|10.1[012])
need_awk=yes
need_sed=yes
;;