diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-13 23:55:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-13 23:55:17 +0200 |
commit | e2d089042ed30b1043c30fce62a53dac729a541e (patch) | |
tree | e8b7762a09bcfef38082c791f505ece489135671 /bin | |
parent | 47740f2535a9fcd157b1e848b47d6d5f35bfe9bc (diff) | |
download | jenkins.debian.net-e2d089042ed30b1043c30fce62a53dac729a541e.tar.xz |
reproducible: whitespaces...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index f3722302..dea11680 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -61,6 +61,7 @@ check_candidates if [ $#{PACKAGES} -gt 256 ] ; then BLABLABLA="..." fi +PACKAGES=$(echo $PACKAGES) MESSAGE="$TOTAL package(s) manually (re-)scheduled: ${PACKAGES:0:256}$BLABLABLA" # finally |