toys/cleandestinations: handle special chars correctly
This commit is contained in:
parent
8b3f121179
commit
0d511b2674
@ -61,7 +61,7 @@ checkwanted() {
|
|||||||
for destination in "${!destinationpath[@]}"
|
for destination in "${!destinationpath[@]}"
|
||||||
do
|
do
|
||||||
echo -ne "\rScanning destination $destination... \033[K"
|
echo -ne "\rScanning destination $destination... \033[K"
|
||||||
while read filename
|
while read -r filename
|
||||||
do
|
do
|
||||||
if ! Select destination_files id \
|
if ! Select destination_files id \
|
||||||
>/dev/null \
|
>/dev/null \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user