mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
install: match GNU warning output
This commit is contained in:
parent
ecddaf577a
commit
f8125a1040
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ fn copy_files_into_dir(files: &[PathBuf], target_dir: &PathBuf, b: &Behavior) ->
|
||||||
let mut all_successful = true;
|
let mut all_successful = true;
|
||||||
for sourcepath in files.iter() {
|
for sourcepath in files.iter() {
|
||||||
if !sourcepath.exists() {
|
if !sourcepath.exists() {
|
||||||
show_error!(
|
show_info!(
|
||||||
"cannot stat '{}': No such file or directory",
|
"cannot stat '{}': No such file or directory",
|
||||||
sourcepath.display()
|
sourcepath.display()
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue