diff --git a/link.sh b/link.sh index 459ae8f..8359311 100755 --- a/link.sh +++ b/link.sh @@ -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 fi