summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>1999-08-27 07:41:25 +0000
committerRoger Hardiman <roger@FreeBSD.org>1999-08-27 07:41:25 +0000
commit3795f47b112910c3ce49c1f925a73136d877dba7 (patch)
treee825ac1377b4fd60b1d950c5f8c7fd17f4dcf269
parentada9bd8cb8c430a67edc8702b278e2de790e60f2 (diff)
Notes
-rwxr-xr-xrelease/picobsd/build/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/build/build b/release/picobsd/build/build
index b2b90fd501da..5fa727ee5f13 100755
--- a/release/picobsd/build/build
+++ b/release/picobsd/build/build
@@ -1,7 +1,7 @@
#!/bin/sh -
#
-# $Id: build,v 1.14 1999/08/22 21:42:30 dwhite Exp $
+# $Id: build,v 1.15 1999/08/23 08:33:07 luigi Exp $
#
# You can set the SRC variable which points to your source tree. It's
# /usr/src by default (most people shouldn't change it).
@@ -93,7 +93,7 @@ main() {
echo ""
./stage1 2>&1 | tee stage1.out
- if [ "X$?" != "X0" ] ; then
+ if [ "X?" != "X0" ] ; then
echo ""
echo "-> ERROR in \"${i}\" script. Aborting the build process."
echo -n "-> Cleaning temporary files... "