diff options
author | hans <hans> | 2011-11-29 17:06:45 +0000 |
---|---|---|
committer | hans <hans> | 2011-11-29 17:06:45 +0000 |
commit | 2345bcd12d53390593ba8e5adc67f08319a0d677 (patch) | |
tree | 94ef4c451c5b291cca4a60d5b55f0fadaa29be39 /bootstrap | |
parent | 02de6a319312d96559927f0dec05a0e92245736d (diff) | |
download | pkgsrc-2345bcd12d53390593ba8e5adc67f08319a0d677.tar.gz |
Revert nawk change.
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 7e8dc187a00..c54f4ffb251 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.172 2011/11/29 15:06:20 hans Exp $ +# $NetBSD: bootstrap,v 1.173 2011/11/29 17:06:45 hans Exp $ # # Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org> # All rights reserved. @@ -666,7 +666,7 @@ SunOS) fi root_group=root need_bsd_install=yes - if [ -x "/usr/gnu/bin/awk" -o -x "/usr/bin/nawk" ]; then + if [ -x "/usr/gnu/bin/awk" ]; then need_awk=no else need_awk=yes |