diff --git a/toys/cleandestinations b/toys/cleandestinations index a2e9845..b80e767 100755 --- a/toys/cleandestinations +++ b/toys/cleandestinations @@ -61,7 +61,7 @@ checkwanted() { for destination in "${!destinationpath[@]}" do echo -ne "\rScanning destination $destination... \033[K" - while read filename + while read -r filename do if ! Select destination_files id \ >/dev/null \