From 37bc768c7353a23719e197b3edcaa9f89b8678f9 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Wed, 16 Jul 2003 19:42:25 +0000 Subject: [PATCH] *** keyword substitution change *** --- releng/org.eclipse.cdt.releng/doall | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/releng/org.eclipse.cdt.releng/doall b/releng/org.eclipse.cdt.releng/doall index 5e8fc349ef1..1061fa83141 100644 --- a/releng/org.eclipse.cdt.releng/doall +++ b/releng/org.eclipse.cdt.releng/doall @@ -1,16 +1,16 @@ -# -# The main build script -# - The assumption is that the scripts start off in the root directory -# of the eclipse install doing the build -# - -if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi - -for i in dobuild doinstall dotest -do - if ! $i - then - echo $i failed - exit 1 - fi -done +# +# The main build script +# - The assumption is that the scripts start off in the root directory +# of the eclipse install doing the build +# + +if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi + +for i in dobuild doinstall dotest +do + if ! $i + then + echo $i failed + exit 1 + fi +done