From e466653b0879184e26ae58051e0aa9c158efdcf6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 16 Dec 2015 20:40:35 +0000 Subject: [PATCH] Slightly improve a couple of messages --- infra/makelinks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/makelinks b/infra/makelinks index 6f43107..f4d502c 100755 --- a/infra/makelinks +++ b/infra/makelinks @@ -85,7 +85,7 @@ process_object () { $act ln -s "$linktarget" "$inhome" elif [ -f "$inhome" ] && [ -f "$ours" ]; then if cmp -s "$ours" "$inhome"; then - needs setup "identical here but not yet symlinked" + needs setup "identical in this ~ but not yet symlinked" $act rm -f "$inhome"~ $act ln -s "$linktarget" "$inhome"~ $act mv -f "$inhome"~ "$inhome" @@ -96,7 +96,7 @@ process_object () { $act mv -f "$ours"~ "$ours" fi elif [ -d "$inhome" ] && [ -d "$ours" ]; then - needs dirimport "directory here not yet symlinked" + needs dirimport "directory in this ~, not yet symlinked" $act mv "$ours" "$ours~" $act ln -s "$linktarget" "$inhome"~ $act mv "$inhome" "$ours" -- 2.30.2