use _techo, not echo

This commit is contained in:
Nico Schottelius 2007-08-16 21:26:56 +02:00
parent e2a143e0b6
commit dc28b25e3c

View file

@ -411,7 +411,7 @@ while [ "${i}" -lt "${no_sources}" ]; do
if [ "${count}" -ge "${c_interval}" ]; then if [ "${count}" -ge "${c_interval}" ]; then
substract=$((${c_interval} - 1)) substract=$((${c_interval} - 1))
remove=$((${count} - ${substract})) remove=$((${count} - ${substract}))
echo "Removing ${remove} backup(s)..." _techo "Removing ${remove} backup(s)..."
( (
set -e set -e