@ -15,7 +15,7 @@ link() {
fi
if [ -e "$dst" ] && [ ! -L "$dst" ]; then
echo "Destination exists and is not a symlink." >&2
echo "Destination exists and is not a symlink: $dst" >&2
exit 4