Source-Changes-HG archive

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

[src/trunk]: src fix pasto in error message



details:   https://anonhg.NetBSD.org/src/rev/d6b2795332ee
branches:  trunk
changeset: 533762:d6b2795332ee
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Jul 09 06:36:16 2002 +0000

description:
fix pasto in error message

reported by Andrew Freedman in toolchain/17530

diffstat:

 build.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 2bbd7268aff8 -r d6b2795332ee build.sh
--- a/build.sh  Tue Jul 09 05:57:32 2002 +0000
+++ b/build.sh  Tue Jul 09 06:36:16 2002 +0000
@@ -1,5 +1,5 @@
 #! /bin/sh
-#  $NetBSD: build.sh,v 1.62 2002/06/10 14:08:05 fredette Exp $
+#  $NetBSD: build.sh,v 1.63 2002/07/09 06:36:16 pooka Exp $
 #
 # Top level build wrapper, for a system containing no tools.
 #
@@ -312,7 +312,7 @@
        echo "===> DESTDIR path: $DESTDIR"
 
        TOOLDIR=`getmakevar TOOLDIR`;
-       [ $? = 0 ] || bomb "getmakevar DESTDIR failed";
+       [ $? = 0 ] || bomb "getmakevar TOOLDIR failed";
        echo "===> TOOLDIR path: $TOOLDIR"
 
        export DESTDIR TOOLDIR
@@ -376,7 +376,7 @@
 eval cat <<EOF $makewrapout
 #! /bin/sh
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.62 2002/06/10 14:08:05 fredette Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.63 2002/07/09 06:36:16 pooka Exp $
 #
 
 EOF



Home | Main Index | Thread Index | Old Index