1
Fork 0
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:
Tom D 2023-03-23 13:51:22 +01:00
parent 76793d523d
commit e4408f3759
8 changed files with 56 additions and 86 deletions

1
Cargo.lock generated
View file

@ -3272,7 +3272,6 @@ name = "uu_yes"
version = "0.0.17"
dependencies = [
"clap",
"libc",
"nix",
"uucore",
]