diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-08-01 15:01:16 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-08-01 15:01:16 +0000 |
commit | 78bfc93936dc5fb6277df852e3baab2304ed84fd (patch) | |
tree | ef7aede9579cd5f2563efbcc840e3baaec3a0a7c /bootstrap | |
parent | b6f3241974da0f06ad1bf6771bb8e45fe8b9a3f6 (diff) | |
download | pkgsrc-78bfc93936dc5fb6277df852e3baab2304ed84fd.tar.gz |
Need nbsed on Yosemite (not sure about awk, but little harm).
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 13de89f0c12..9da88699a86 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.210 2014/07/30 16:30:26 schmonz Exp $ +# $NetBSD: bootstrap,v 1.211 2014/08/01 15:01:16 schmonz Exp $ # # Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> # All rights reserved. @@ -537,7 +537,7 @@ Darwin) ;; esac case "$macosx_version" in - 10.[8-9]) + 10.[8-9]|10.10) need_awk=yes need_sed=yes ;; |