From 5a12244ff50004cc4587fe95c206f2207f11ea6a Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 11 Feb 2017 16:08:31 +0000 Subject: As macOS Sierra still ships with a broken "awk" and "sed" use the pkgsrc variants as we do under Mac OS X El Capitan. --- bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/bootstrap') 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 # 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 ;; -- cgit v1.2.3