From 0d8c83fa3dd434bf8392fd4fca9acdc8296f020f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 16 Dec 2015 20:39:59 +0000 Subject: [PATCH] Tidy up another $basepath/$dot --- infra/makelinks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/makelinks b/infra/makelinks index d6b6186..f3b0510 100755 --- a/infra/makelinks +++ b/infra/makelinks @@ -82,7 +82,7 @@ process_object () { bad "wrong symlink target" elif ! [ -e "$inhome" ]; then needs setup "absent here" - $act ln -s "$basepath/$dot" "$inhome" + $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" -- 2.30.2