summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-11-29 17:06:45 +0000
committerhans <hans@pkgsrc.org>2011-11-29 17:06:45 +0000
commit680632a7dba52e24c282d3dff827da15982156d0 (patch)
tree94ef4c451c5b291cca4a60d5b55f0fadaa29be39 /bootstrap
parent630dc56c346c58bade1697e252ef3c9a154be1b3 (diff)
downloadpkgsrc-680632a7dba52e24c282d3dff827da15982156d0.tar.gz
Revert nawk change.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
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