mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
Add stageMilestones.sh script
This commit is contained in:
parent
f5d03179f0
commit
fff7efc331
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ cd ..
|
|||
SITE=`pwd`
|
||||
|
||||
# get newest plugins and features: to be done manually on real update site
|
||||
if [ `basename $SITE` = milestones ]; then
|
||||
if [ `basename $SITE` != milestones ]; then
|
||||
echo "Must run on milestones update site"
|
||||
cd "$curdir"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue