From 05a24e2e4902d9269ff373a51fe81167522a371d Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 18 Apr 2025 15:35:11 -0500 Subject: [PATCH] u --- dots/bin/lfMultiSelectHandler.sh | 2 +- dots/bin/{ => obsolete}/tp.sh.orig | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dots/bin/{ => obsolete}/tp.sh.orig (100%) diff --git a/dots/bin/lfMultiSelectHandler.sh b/dots/bin/lfMultiSelectHandler.sh index 0e12b93..49be029 100755 --- a/dots/bin/lfMultiSelectHandler.sh +++ b/dots/bin/lfMultiSelectHandler.sh @@ -76,7 +76,7 @@ for input_file in "${@}"; do if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then echo "${callback} ${new_file}" - ${callback} ${new_file} + ${callback} "${new_file}" else echo "ERROR: file not found: \"${new_file}\"" fi diff --git a/dots/bin/tp.sh.orig b/dots/bin/obsolete/tp.sh.orig similarity index 100% rename from dots/bin/tp.sh.orig rename to dots/bin/obsolete/tp.sh.orig