From 067ebc9a6e7d4a3ea8cd287bce8c01d69d64c90e Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 7 Jun 2005 15:41:00 +0000 Subject: [PATCH] Oops. Remove sh -x. We don't need to see it being executed. --- tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index c58628dbc..d22b037a4 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -80,7 +80,7 @@ buildit () $TIMER $TOOLDIR/build-world.sh $TARGET $OLDLISP $BOOT (cd $TARGET/lisp; make) #$TOOLDIR/build-world.sh $TARGET $OLDLISP - sh -x $TOOLDIR/load-world.sh $TARGET "$VERSION" + $TOOLDIR/load-world.sh $TARGET "$VERSION" if [ ! -f $TARGET/lisp/lisp.core ]; then echo "Failed to build $TARGET!" exit 1 -- GitLab