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