Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff sbin/bsmtp2dma @ 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 | dc3ac7fc06ea |
line wrap: on
line diff
--- a/sbin/bsmtp2dma Wed Oct 30 17:24:44 2019 +0100 +++ b/sbin/bsmtp2dma Wed Oct 30 21:13:00 2019 +0100 @@ -244,7 +244,7 @@ while getopts "V8c:d:f:h:l:nr:s:" _opt; do case ${_opt} in V) - echo 'bsmtp2dma v%s (rv:%s)\n' "${VERSION}" '@@HGREVISION@@' + printf 'bsmtp2dma v%s (rv:%s)\n' "${VERSION}" '@@HGREVISION@@' echo "$USAGE" exit 0; ;;
