Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2003-07-16 19:42:25 +0000
committerDoug Schaefer2003-07-16 19:42:25 +0000
commit37bc768c7353a23719e197b3edcaa9f89b8678f9 (patch)
treefdfe83452a79a60f071098c68477a77aa0165668 /releng/org.eclipse.cdt.releng
parent55a837daad1479e36fe9cff9f7c7ed7fb3e5780b (diff)
downloadorg.eclipse.cdt-37bc768c7353a23719e197b3edcaa9f89b8678f9.tar.gz
org.eclipse.cdt-37bc768c7353a23719e197b3edcaa9f89b8678f9.tar.xz
org.eclipse.cdt-37bc768c7353a23719e197b3edcaa9f89b8678f9.zip
*** keyword substitution change ***
Diffstat (limited to 'releng/org.eclipse.cdt.releng')
-rw-r--r--releng/org.eclipse.cdt.releng/doall32
1 files 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

Back to the top