diff options
Diffstat (limited to 'coreutils/printenv.c')
-rw-r--r-- | coreutils/printenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printenv.c b/coreutils/printenv.c index 31d76d712..2fc01f22f 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c | |||
@@ -29,5 +29,5 @@ int printenv_main(int argc ATTRIBUTE_UNUSED, char **argv) | |||
29 | } | 29 | } |
30 | } | 30 | } |
31 | 31 | ||
32 | fflush_stdout_and_exit(0); | 32 | fflush_stdout_and_exit(EXIT_SUCCESS); |
33 | } | 33 | } |