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:
parent
5f6059f72e
commit
3c6b9d06f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue