use _techo, not echo

This commit is contained in:
Nico Schottelius 2007-08-16 21:26:56 +02:00
parent e2a143e0b6
commit dc28b25e3c
1 changed files with 1 additions and 1 deletions

View File

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