delete real path, print relative path

This commit is contained in:
Nico Schottelius 2007-08-27 19:00:43 +02:00
parent a4cc7c0779
commit c516175669
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ while [ "${i}" -lt "${no_sources}" ]; do
if [ "${DELETE_INCOMPLETE}" = "yes" ]; then
_techo "Deleting ${realincomplete} ..."
rm $VVERBOSE -rf "${c_dest}/${realincomplete}" || \
_exit_err "Removing ${c_dest}/${realincomplete} failed."
_exit_err "Removing ${realincomplete} failed."
fi
done < "${TMP}"