another case for _techo

This commit is contained in:
Nico Schottelius 2007-08-16 21:45:02 +02:00
parent 27d9e2e429
commit aaf29c92b5
1 changed files with 1 additions and 1 deletions

View File

@ -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."