diff options
author | tron <tron@pkgsrc.org> | 2017-02-11 16:08:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2017-02-11 16:08:31 +0000 |
commit | 20f6abe400a052c71ad68d454cfb0b4021f5b85a (patch) | |
tree | cce79f9d4b6012e440abe7efa5c023905ef182c8 /bootstrap | |
parent | 3c1713fd1ac43810c7ec3ce63fefe9a6469b0908 (diff) | |
download | pkgsrc-20f6abe400a052c71ad68d454cfb0b4021f5b85a.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-x | bootstrap/bootstrap | 4 |
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 ;; |