1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

*** keyword substitution change ***

This commit is contained in:
Doug Schaefer 2003-07-16 19:42:25 +00:00
parent 55a837daad
commit 37bc768c73

View file

@ -1,16 +1,16 @@
# #
# The main build script # The main build script
# - The assumption is that the scripts start off in the root directory # - The assumption is that the scripts start off in the root directory
# of the eclipse install doing the build # of the eclipse install doing the build
# #
if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi if [ -n "$CDT_ROOT" ]; then cd $CDT_ROOT; fi
for i in dobuild doinstall dotest for i in dobuild doinstall dotest
do do
if ! $i if ! $i
then then
echo $i failed echo $i failed
exit 1 exit 1
fi fi
done done