We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf731b commit 0d4378dCopy full SHA for 0d4378d
1 file changed
src/bin/coreutils.rs
@@ -70,8 +70,7 @@ fn main() {
70
uucore::set_utility_is_second_arg();
71
args.next()
72
} else {
73
- eprintln!("coreutils: I was probably called as symlink to false");
74
- process::exit(1);
+ validation::not_found(&OsString::from(binary_as_util));
75
};
76
77
// 0th argument equals util name?
0 commit comments