1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

tee: fix -p behavior upon broken pipe stdout

This commit is contained in:
Dorian Peron 2025-02-05 17:54:41 +01:00
parent ee0d178f8c
commit 67aa0b25ab
3 changed files with 87 additions and 28 deletions

2
Cargo.lock generated
View file

@ -3326,7 +3326,7 @@ name = "uu_tee"
version = "0.0.29"
dependencies = [
"clap",
"libc",
"nix",
"uucore",
]