Browse Source

[SCRIPTS] make patches more visible in logs

tags/5.2-RC1
Sébastien Lesaint 8 years ago
parent
commit
f6e2fa2b31
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      scripts/patches_utils.sh

+ 4
- 0
scripts/patches_utils.sh View File

@@ -16,8 +16,12 @@ function call_patches() {
IFS=','
for PATCH in $PATCHES; do
#echo "calling $PATCHES_HOME/$PATCH.sh $ARGS"
echo ""
echo "******** $PATCH *******"
$PATCHES_HOME/$PATCH.sh $ARGS
done

echo ""
}



Loading…
Cancel
Save