summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig>2007-08-13 22:48:59 +0000
committerrillig <rillig>2007-08-13 22:48:59 +0000
commit878503d9aec66233fe0c1eca09a3689c47e235e8 (patch)
treeb7cf5c2e4c3427a97bdff3e2f4916e4124c75d9c /bootstrap
parent5dba8f416b8dac6e9b79b05b5c25d98ec6386a5f (diff)
downloadpkgsrc-878503d9aec66233fe0c1eca09a3689c47e235e8.tar.gz
s/POSIX/BSD/ for echo(1).
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index da2c95b71e5..7fb176629a3 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -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 @@ MAKECONF=$wrkdir/mk.conf
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}