travis: set tag variable to default
Fix bug found by Dirk Zimoch: set the <MODULE> variable to the default instead of just using the default value when unset.
This commit is contained in:
@@ -37,7 +37,7 @@ fold_start check.out.dependencies "Checking/cloning dependencies"
|
||||
for mod in BASE $MODULES
|
||||
do
|
||||
mod_uc=$(echo $mod | tr 'a-z' 'A-Z')
|
||||
eval add_dependency $mod_uc \${${mod_uc}:-master}
|
||||
eval add_dependency $mod_uc \${${mod_uc}:=master}
|
||||
done
|
||||
[ -e ./configure ] && cp ${CACHEDIR}/RELEASE.local ./configure/RELEASE.local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user