From 864d9c075efdf6648deb5410e460d1247a02f7c6 Mon Sep 17 00:00:00 2001 From: committer Date: Mon, 10 Jun 2024 21:37:49 -0500 Subject: [PATCH] u --- 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 7c05bbb..afdedd3 100755 --- a/dots/bin/tp.sh +++ b/dots/bin/tp.sh @@ -42,7 +42,7 @@ for input_file in ${input_files[@]}; do new_file=${input_file//$sync_dir_sym/$sync_dir} if [[ -f ${new_file} ]] || [[ -d ${new_file} ]] ; then - trash-put ${new_file} + trash-put "${new_file}" else echo "error: unable to delete ${new_file}" fi