diff options
Diffstat (limited to 'archPackagesUpdate')
-rwxr-xr-x | archPackagesUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate index eee9e19b..89927ee9 100755 --- a/archPackagesUpdate +++ b/archPackagesUpdate @@ -309,7 +309,7 @@ then # only print packages to be built? if ${printOnly}; then - echo 'Scheduled builds:' + printf '%d scheduled builds:' "${#pakete[@]}" for ((i=0; i<${#pakete[@]}; i++)); do echo " ${pakete[${i}]} ${verss[${i}]} ${archs[${i}]}" done |