parent
645149d77b
commit
6c7a031367
|
@ -90,10 +90,10 @@ in
|
||||||
errorEcho "Existing file '$backup' would be clobbered by backing up '$targetPath'"
|
errorEcho "Existing file '$backup' would be clobbered by backing up '$targetPath'"
|
||||||
collision=1
|
collision=1
|
||||||
else
|
else
|
||||||
warnEcho "Existing file '$targetPath' is in the way, will be moved to '$backup'"
|
warnEcho "Existing file '$targetPath' is in the way of '$sourcePath', will be moved to '$backup'"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
errorEcho "Existing file '$targetPath' is in the way"
|
errorEcho "Existing file '$targetPath' is in the way of '$sourcePath'"
|
||||||
collision=1
|
collision=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue