summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 2287586e364..9a05c51feee 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.222 2015/12/11 23:55:44 joerg Exp $
+# $NetBSD: bootstrap,v 1.223 2015/12/18 13:49:07 jperkin Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -572,7 +572,7 @@ Darwin)
;;
esac
case "$macosx_version" in
- 10.[8-9]|10.10)
+ 10.[8-9]|10.1[01])
need_awk=yes
need_sed=yes
;;