From aaf29c92b542d01217a269d9a754520e2156715d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 16 Aug 2007 21:45:02 +0200 Subject: [PATCH] another case for _techo --- ccollect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccollect.sh b/ccollect.sh index 4a0b8d1..c5ab5b1 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -463,7 +463,7 @@ while [ "${i}" -lt "${no_sources}" ]; do # give some info _techo "Beginning to backup, this may take some time..." - echo "Creating ${destination_dir} ..." + _techo "Creating ${destination_dir} ..." mkdir ${VVERBOSE} "${destination_dir}" || \ _exit_err "Creating ${destination_dir} failed. Skipping."