comparison sbin/check-ports @ 145:c4e9099a3d3e

FIX: Really use "printf" instead of "echo" when printing the version
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 30 Oct 2019 21:13:00 +0100
parents 6be3742d21f7
children 937c96ffe358
comparison
equal deleted inserted replaced
144:6be3742d21f7 145:c4e9099a3d3e
395 option_verbose="" 395 option_verbose=""
396 396
397 while getopts "VAasv" _opt ; do 397 while getopts "VAasv" _opt ; do
398 case ${_opt} in 398 case ${_opt} in
399 V) 399 V)
400 echo 'check-ports v%s (rv:%s)\n' "${VERSION}" '@@HGREVISION@@' 400 printf 'check-ports v%s (rv:%s)\n' "${VERSION}" '@@HGREVISION@@'
401 exit 0 401 exit 0
402 ;; 402 ;;
403 A) 403 A)
404 # Print for every package the status of all repositories 404 # Print for every package the status of all repositories
405 option_alldata="1" 405 option_alldata="1"