1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

Merge pull request #4011 from tertsdiepraam/env-signal-handling

`env`: reraise signal from child process
This commit is contained in:
Sylvestre Ledru 2022-10-13 09:02:21 +02:00 committed by GitHub
commit 26cc5b9c20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 20 deletions

1
Cargo.lock generated
View file

@ -2277,6 +2277,7 @@ name = "uu_env"
version = "0.0.16"
dependencies = [
"clap",
"nix",
"rust-ini",
"uucore",
]