From 4beb61bb80eb42f37624ad6897047dcd40262b54 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Wed, 16 Feb 2022 17:52:28 -0500 Subject: [PATCH] remove unused var --- lnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnf b/lnf index bfb2c2a..1056c90 100755 --- a/lnf +++ b/lnf @@ -91,7 +91,7 @@ links to each TARGET in DIRECTORY. local -a to_remove to_link - local x ret prefix dest_dir grp target + local ret prefix dest_dir grp target local mkdir=false if [[ $nodir ]]; then -- 2.30.2