Skip to content
Snippets Groups Projects
Commit 3c01fb6b authored by Raymond Toy's avatar Raymond Toy
Browse files

Oops. Remove the set -x/set +x lines from the last commit.

parent 393bee0d
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,6 @@ esac ...@@ -108,7 +108,6 @@ esac
buildit () buildit ()
{ {
set -x
if echo $INTERACTIVE_BUILD | grep $BUILD > /dev/null; then if echo $INTERACTIVE_BUILD | grep $BUILD > /dev/null; then
INTERACTIVE=t INTERACTIVE=t
else else
...@@ -139,7 +138,6 @@ buildit () ...@@ -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; } $TARGET/lisp/lisp -batch -noinit -nositeinit $FPU_MODE < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit $FPU_MODE"; exit 1; }
return 0; return 0;
fi fi
set +x
} }
FPU_MODE= FPU_MODE=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment