summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f7c0ef6..9922a43 100755
--- a/install.sh
+++ b/install.sh
@@ -25,6 +25,6 @@ else
find "$canonical" -maxdepth 1 -mindepth 1 ! -name .gitignore \
-exec "$0" {} \;
else
- echo "Target file '$target' is not a symlink but exists, skipping"
+ echo "Target file '$target' exists, but is not a symlink. Skipping."
fi
fi