Quote mv command so paths with ' work.
This commit is contained in:
parent
7f00c90003
commit
ab716f0398
@ -69,7 +69,7 @@ fn print_dupes(lib: &MovieLibrary) {
|
|||||||
}
|
}
|
||||||
delete_paths.sort();
|
delete_paths.sort();
|
||||||
for path in &delete_paths {
|
for path in &delete_paths {
|
||||||
println!("mv '{}' /storage/media/to-be-deleted/", path);
|
println!(r#"mv "{}" /storage/media/to-be-deleted/"#, path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user