From 229e25148218f4204f60475b84701df147d0f12e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 25 Oct 2009 15:40:57 +0100 Subject: [PATCH] report about whole path, not the backup name Signed-off-by: Nico Schottelius --- ccollect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccollect.sh b/ccollect.sh index f4fc319..25aba17 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -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 #