pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap s/POSIX/BSD/ for echo(1).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b381e9bfc6b
branches:  trunk
changeset: 532210:2b381e9bfc6b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Aug 13 22:48:59 2007 +0000

description:
s/POSIX/BSD/ for echo(1).

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a67dc0f7e536 -r 2b381e9bfc6b bootstrap/bootstrap
--- a/bootstrap/bootstrap       Mon Aug 13 22:18:58 2007 +0000
+++ b/bootstrap/bootstrap       Mon Aug 13 22:48:59 2007 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.105 2007/08/05 16:12:15 tnn Exp $
+# $NetBSD: bootstrap,v 1.106 2007/08/13 22:48:59 rillig Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -839,7 +839,7 @@
 export MAKECONF
 
 # On some newer Ubuntu installations, /bin/sh is a symlink to /bin/dash,
-# whose echo(1) is not POSIX-compliant.
+# whose echo(1) is not BSD-compatible.
 dash_echo_test=`echo "\\100"`
 if [ "$dash_echo_test" = "@" ]; then
        echo "TOOLS_PLATFORM.sh?=               /bin/bash       # instead of /bin/sh" >> ${TARGET_MKCONF}



Home | Main Index | Thread Index | Old Index