1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

Fix populating testUpdate site

This commit is contained in:
Martin Oberhuber 2006-10-31 17:17:38 +00:00
parent 7f045395c0
commit b9c1495fc8

View file

@ -62,7 +62,7 @@ if [ "$FILES" != "" ]; then
fi
#Update the testUpdates site
if [ "$FILES" = "1" ]; then
if [ "$FILES" != "" ]; then
cd $HOME/downloads-tm/testUpdates/bin
./mkTestUpdates.sh
cd "$curdir"