diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 10:34:55 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 10:34:55 +0000 |
| commit | 8b705cd9a29745095afb59804dbe6f0be2502be0 (patch) | |
| tree | 1b191f08bb4af3f913736e7516f92effd3768804 /usr.bin/timeout | |
| parent | 42148fc49dbebefbe69e6f416603686a233e3d09 (diff) | |
Notes
Diffstat (limited to 'usr.bin/timeout')
| -rw-r--r-- | usr.bin/timeout/timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/timeout/timeout.c b/usr.bin/timeout/timeout.c index 290e186c75b22..2123417706751 100644 --- a/usr.bin/timeout/timeout.c +++ b/usr.bin/timeout/timeout.c @@ -330,7 +330,7 @@ main(int argc, char **argv) pstat = 128 + WTERMSIG(pstat); if (timedout && !preserve) - pstat = EXIT_TIMEOUT; + pstat = EXIT_TIMEOUT; return (pstat); } |
