Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/zecho.c')
-rw-r--r--shell/ash_test/zecho.c2
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;
}
putchar('\n');
- exit(0);
+ exit(EXIT_SUCCESS);
}