pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap Revert nawk change.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d6aa2fc377d
branches: trunk
changeset: 596072:6d6aa2fc377d
user: hans <hans%pkgsrc.org@localhost>
date: Tue Nov 29 17:06:45 2011 +0000
description:
Revert nawk change.
diffstat:
bootstrap/bootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r d772d187ad16 -r 6d6aa2fc377d bootstrap/bootstrap
--- a/bootstrap/bootstrap Tue Nov 29 17:03:04 2011 +0000
+++ b/bootstrap/bootstrap Tue Nov 29 17:06:45 2011 +0000
@@ -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@localhost>
# All rights reserved.
@@ -666,7 +666,7 @@
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
Home |
Main Index |
Thread Index |
Old Index