From 2d7f6ecb75be9be928e9194c0d3591833acfca0a Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 24 Jul 2019 21:41:27 +0300 Subject: [PATCH] CI: omit newlines when printing list of packages for building --- scripts/build/ci/cirrus-ci_dispatcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build/ci/cirrus-ci_dispatcher.sh b/scripts/build/ci/cirrus-ci_dispatcher.sh index ced135395..c8f2f3b73 100755 --- a/scripts/build/ci/cirrus-ci_dispatcher.sh +++ b/scripts/build/ci/cirrus-ci_dispatcher.sh @@ -66,7 +66,7 @@ else fi # Determine changes from commit range. -CHANGED_FILES="$(git diff-tree --no-commit-id --name-only -r "$GIT_CHANGES" 2>/dev/null)" +CHANGED_FILES=$(git diff-tree --no-commit-id --name-only -r "$GIT_CHANGES" 2>/dev/null) # Modified packages. PACKAGE_NAMES=$(sed -nE 's@^packages/([^/]*)/build.sh@\1@p' <<< "$CHANGED_FILES") @@ -167,7 +167,7 @@ case "$1" in ;; *) if [ -n "$PACKAGE_NAMES" ]; then - echo "[*] Building packages: $PACKAGE_NAMES" + echo "[*] Building packages:" $PACKAGE_NAMES ./build-package.sh -a "$TERMUX_ARCH" -I $PACKAGE_NAMES # Store packages in cache so they can be accessed from