coreutils/src
Jeffrey Finkelstein 1aa6fd1468 timeout: fix bug in --preserve-status mode
Fix a bug where `timeout --preserve-status` was not correctly
preserving the status code of the child process if it timed out. When
that happens, the status code of the child process is considered to be
the signal number (in this case, `SIGTERM`). The exit status of
`timeout` is then 128 plus the numeric code associated with `SIGTERM`.
2022-03-12 19:53:11 -05:00
..
bin fix Rust 1.59 clippy lints 2022-02-25 09:39:48 +01:00
uu timeout: fix bug in --preserve-status mode 2022-03-12 19:53:11 -05:00
uucore Merge pull request #3116 from nickd0/printf-round-fix 2022-03-09 19:47:52 +01:00
uucore_procs Update of the cargo.lock url to point to the right branch 2022-03-06 22:13:17 +01:00