diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/patches_utils.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/patches_utils.sh b/scripts/patches_utils.sh index 7a3dd39e57f..2b79cd18406 100755 --- a/scripts/patches_utils.sh +++ b/scripts/patches_utils.sh @@ -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 "" } |