summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
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
;;