delete real path, print relative path
This commit is contained in:
parent
a4cc7c0779
commit
c516175669
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue