From 3c01fb6b269b50be99225257db1244346334b938 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Tue, 7 Feb 2012 18:48:56 -0800
Subject: [PATCH] Oops.  Remove the set -x/set +x lines from the last commit.

---
 bin/build.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/build.sh b/bin/build.sh
index 5eb2a5b4d..276272d59 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -108,7 +108,6 @@ esac
 
 buildit ()
 {
-    set -x
     if echo $INTERACTIVE_BUILD | grep $BUILD > /dev/null; then
 	INTERACTIVE=t
     else
@@ -139,7 +138,6 @@ buildit ()
 	$TARGET/lisp/lisp -batch -noinit -nositeinit $FPU_MODE < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit $FPU_MODE"; exit 1; }
 	return 0;
     fi
-    set +x
 }
 
 FPU_MODE=
-- 
GitLab