bit of eye candy in script/update.sh
The separation by a new line helps to dissect potential error messages.
This commit is contained in:
parent
7327ad2ff1
commit
c728885553
@ -5,6 +5,7 @@ set -e
|
||||
. "$GLUONDIR"/scripts/modules.sh
|
||||
|
||||
for module in $GLUON_MODULES; do
|
||||
echo
|
||||
var=$(echo $module | tr '[:lower:]/' '[:upper:]_')
|
||||
eval repo=\${${var}_REPO}
|
||||
eval branch=\${${var}_BRANCH}
|
||||
|
Loading…
Reference in New Issue
Block a user