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

Merge pull request #7273 from RenjiSann/tee-fix-p-broken-stdout

tee: fix -p behavior upon broken pipe stdout
This commit is contained in:
Daniel Hofstetter 2025-02-07 16:19:18 +01:00 committed by GitHub
commit 03b6371422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 131 additions and 28 deletions

2
Cargo.lock generated
View file

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