1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Update to Eclipse M7_33 and basebuilder M7_33

This commit is contained in:
Martin Oberhuber 2007-05-08 16:36:09 +00:00
parent 5f6059f72e
commit 3c6b9d06f3

View file

@ -182,7 +182,7 @@ if [ ! -h doit_nightly.sh ]; then
ln -s org.eclipse.rse.build/bin/doit_nightly.sh .
fi
if [ ! -h setup.sh ]; then
if [ -f setup.sh ]; then; rm -f setup.sh; fi
if [ -f setup.sh ]; then rm -f setup.sh; fi
ln -s org.eclipse.rse.build/bin/setup.sh .
fi
chmod a+x doit_irsbuild.sh doit_nightly.sh