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 'cp_mv.c')
-rw-r--r--cp_mv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cp_mv.c b/cp_mv.c
index 2257f4422..580c92046 100644
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -316,9 +316,9 @@ extern int cp_mv_main(int argc, char **argv)
if (flags_memo)
*(baseDestName + baseDestLen) = '\0';
}
- return( TRUE);
+ return EXIT_SUCCESS;
exit_false:
- return( FALSE);
+ return EXIT_FAILURE;
}
/*