From aed437dc8deb29159a922adee2e1f0b593ec98ee Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 9 Nov 2025 01:32:44 +0100 Subject: [PATCH] toys: cleandestinations: adapt to new schema --- toys/cleandestinations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toys/cleandestinations b/toys/cleandestinations index dc49966..10b9503 100755 --- a/toys/cleandestinations +++ b/toys/cleandestinations @@ -73,7 +73,7 @@ do do if ! Select destination_files id \ >/dev/null \ - <<<"filename = $filename" + <<<"filename = ${filename#${destinationpath["$destination"]}/}" then echo -e $'\r'"$filename\033[K" (( remove )) && rm -f "$filename"