Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/uu/false/src/false.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
};

if let Err(print_fail) = error {
// Try to display this error.
let _ = writeln!(std::io::stderr(), "{}: {print_fail}", uucore::util_name());
// Completely ignore any error here, no more failover and we will fail in any case.
set_exit_code(1);
}

Ok(())
Expand Down
Loading