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 753f7cb4d..079a62fe8 100644 --- a/coreutils/printenv.c +++ b/coreutils/printenv.c | |||
@@ -49,5 +49,5 @@ int printenv_main(int argc, char **argv) | |||
49 | } | 49 | } |
50 | } | 50 | } |
51 | 51 | ||
52 | bb_fflush_stdout_and_exit(); | 52 | bb_fflush_stdout_and_exit(0); |
53 | } | 53 | } |