From df1b408a4ca94ee80f7c68829cd866afaeee8e94 Mon Sep 17 00:00:00 2001 From: "Lockszmith (@VAST)" Date: Thu, 3 Apr 2025 11:49:38 -0400 Subject: [PATCH] remove whitespace --- symclone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symclone.sh b/symclone.sh index e25899b..8d61548 100755 --- a/symclone.sh +++ b/symclone.sh @@ -63,7 +63,7 @@ find "$SRC_DIR" -type f | while read -r file; do # Create the symlink with relative path SKIP= - + [ -z "$SKIP" ] && [ -e "${remove_target}" ] && SKIP="remove entry found for: %s" || true [ -z "$SKIP" ] && [ -L "$target_path" ] && [ -z "$FORCE" ] && SKIP="can't force replace %s" || true [ -z "$SKIP" ] && [ -e "$target_path" ] && SKIP="%s exists" || true