1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

install: match GNU warning output

This commit is contained in:
Neculai Balaban 2021-03-20 16:11:29 +02:00
parent ecddaf577a
commit f8125a1040

View file

@ -427,7 +427,7 @@ fn copy_files_into_dir(files: &[PathBuf], target_dir: &PathBuf, b: &Behavior) ->
let mut all_successful = true;
for sourcepath in files.iter() {
if !sourcepath.exists() {
show_error!(
show_info!(
"cannot stat '{}': No such file or directory",
sourcepath.display()
);