From 47b7c07ed5898037a9dc1bdd845a888dba089012 Mon Sep 17 00:00:00 2001 From: Michael Witten Date: Mon, 24 Sep 2012 15:33:44 +0000 Subject: [PATCH] Remove `exit' command (debugging code was probably mistakenly left in place) Signed-off-by: Michael Witten --- buildall.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/buildall.sh b/buildall.sh index 066e1ea..093c008 100644 --- a/buildall.sh +++ b/buildall.sh @@ -46,7 +46,6 @@ executable_p gmake && make=gmake || make=make LIBDIR=$root/lib/ocaml \ DLLDIR=$root/lib/ocaml/stublibs \ INSTALLDIR=$root/lib/ocaml/lablGL) -exit (cd $mudir && $make -j "$jobs" build=release) -- 2.11.4.GIT