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 621d06d..bf876f6 100644 --- a/shell/ash_test/zecho.c +++ b/shell/ash_test/zecho.c @@ -35,5 +35,5 @@ char **argv; } putchar('\n'); - exit(0); + exit(EXIT_SUCCESS); } |