From e56d58595af1d2814278f1a48fd1ce8d37c47754 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 9 Apr 2015 16:21:15 +0200 Subject: reproducible: build: refactor: another local variable --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 569a318b..d4b18782 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -261,11 +261,11 @@ choose_package () { init() { if [ $SAVE_ARTIFACTS -eq 1 ] ; then - AANOUNCE=" Artifacts will be preserved." + local AANOUNCE="Artifacts will be preserved." fi create_results_dirs echo "=============================================================================" - echo "Trying to reproducibly build ${SRCPACKAGE} in ${SUITE} on ${ARCH} now.$AANOUNCE" + echo "Trying to reproducibly build ${SRCPACKAGE} in ${SUITE} on ${ARCH} now. $AANOUNCE" echo "=============================================================================" # mark build attempt sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO schedule (package_id, date_scheduled, date_build_started) VALUES ('$SRCPKGID', '$SCHEDULED_DATE', '$DATE');" -- cgit v1.2.3-70-g09d2