mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
change ~ install_sigpipe_hook()
=> mute_sigpipe_panic()
(from uucore v0.0.4)
This commit is contained in:
parent
717c783a21
commit
8fa8bb61ab
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ fn usage(utils: &UtilityMap) {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
uucore::panic::install_sigpipe_hook();
|
||||
uucore::panic::mute_sigpipe_panic();
|
||||
|
||||
let utils = util_map();
|
||||
let mut args: Vec<String> = uucore::args().collect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue