diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-13 23:28:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-13 23:28:52 +0200 |
commit | 0984c654098d809c093ee3829d21f3b68a91991c (patch) | |
tree | 154aa705c7c4552cafa9f5286a7933591512f60a | |
parent | d11e14e4289605df20256391db27021d3a54818d (diff) | |
download | jenkins.debian.net-0984c654098d809c093ee3829d21f3b68a91991c.tar.xz |
reproducible: whitespaces...
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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 |