From 0089aca022e8beacf034ee48bbd5b16d68b12acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Hedin=20Br=C3=B8nner?= Date: Sat, 19 Jan 2019 20:33:20 +0100 Subject: [PATCH] fixup! install.sh: overwrite symlinks (but only symlinks) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8f04778..b9f0387 100755 --- a/install.sh +++ b/install.sh @@ -6,5 +6,5 @@ if [[ -L "$DEST" || ! -e "$DEST" ]]; then ln -fTs "$(realpath ./src)" "$DEST" else echo Install destination already exists: "$DEST" - echo " re run install to fix it." + echo " Move it before running install again to fix" fi