diff options
Diffstat (limited to 'shell/ash_test/zecho.c')
-rw-r--r-- | shell/ash_test/zecho.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/zecho.c b/shell/ash_test/zecho.c index 621d06d28..bf876f641 100644 --- a/shell/ash_test/zecho.c +++ b/shell/ash_test/zecho.c | |||
@@ -35,5 +35,5 @@ char **argv; | |||
35 | } | 35 | } |
36 | 36 | ||
37 | putchar('\n'); | 37 | putchar('\n'); |
38 | exit(0); | 38 | exit(EXIT_SUCCESS); |
39 | } | 39 | } |