diff options
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 |