summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-13 23:28:52 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-13 23:28:52 +0200
commit0984c654098d809c093ee3829d21f3b68a91991c (patch)
tree154aa705c7c4552cafa9f5286a7933591512f60a /bin/reproducible_build.sh
parentd11e14e4289605df20256391db27021d3a54818d (diff)
downloadjenkins.debian.net-0984c654098d809c093ee3829d21f3b68a91991c.tar.xz
reproducible: whitespaces...
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 6171a59d..4682f15a 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -99,7 +99,7 @@ else
if ! $SUITABLE ; then
sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"not for us\", \"$DATE\")"
set +x
- echo "Package ${SRCPACKAGE} (${VERSION}) shall only be build on \"${ARCHITECTURES}\" and thus was skipped." | tee -a ${RBUILDLOG}
+ echo "Package ${SRCPACKAGE} (${VERSION}) shall only be build on \"$(echo "${ARCHITECTURES}")\" and thus was skipped." | tee -a ${RBUILDLOG}
unschedule_from_db
exit 0
fi