diff options
author | rillig <rillig@pkgsrc.org> | 2007-08-13 22:48:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-08-13 22:48:59 +0000 |
commit | d364603596ad222cdff8173b05b60ffcf3105fd8 (patch) | |
tree | b7cf5c2e4c3427a97bdff3e2f4916e4124c75d9c /bootstrap | |
parent | 3e238c7a72a31ef0ccbde192d8ab74555ca66140 (diff) | |
download | pkgsrc-d364603596ad222cdff8173b05b60ffcf3105fd8.tar.gz |
s/POSIX/BSD/ for echo(1).
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 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} |