report about whole path, not the backup name

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-10-25 15:40:57 +01:00
parent 422b220494
commit 229e251482
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ while [ "${i}" -lt "${no_sources}" ]; do
# Configuration _must_ be a directory (cconfig style)
#
if [ ! -d "${backup}" ]; then
_exit_err "\"${name}\" is not a cconfig-directory. Skipping."
_exit_err "\"${backup}\" is not a cconfig-directory. Skipping."
fi
#