mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-02 22:17:45 +00:00
Refactor signal handling in yes, tee, and timeout
Yes, using libc while using nix was a bit redundant. Upon investigation, duplicated code was found and moved to uucore.
This commit is contained in:
parent
76793d523d
commit
e4408f3759
8 changed files with 56 additions and 86 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3272,7 +3272,6 @@ name = "uu_yes"
|
|||
version = "0.0.17"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"libc",
|
||||
"nix",
|
||||
"uucore",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue