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
path: root/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'echo.c')
-rw-r--r--echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/echo.c b/echo.c
index a6b5152d8..393f4425f 100644
--- a/echo.c
+++ b/echo.c
@@ -107,7 +107,7 @@ just_echo:
putchar('\n');
fflush(stdout);
- return 0;
+ return EXIT_SUCCESS;
}
/*-