From 48525c2ea60f09698d7da9367086d44688fd9726 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 18 Apr 2025 15:39:42 -0500 Subject: [PATCH] / support spaces in file names --- dots/bin/tp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bin/tp.sh b/dots/bin/tp.sh index a14a44e..e9e439d 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -9,4 +9,4 @@ if [ $# -lt 1 ]; then exit 1 fi -lfMultiSelectHandler.sh trash-put $@ +lfMultiSelectHandler.sh trash-put "$@"