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/cut.c
diff options
context:
space:
mode:
Diffstat (limited to 'cut.c')
-rw-r--r--cut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut.c b/cut.c
index 2d313cc24..b281fa234 100644
--- a/cut.c
+++ b/cut.c
@@ -241,5 +241,5 @@ extern int cut_main(int argc, char **argv)
}
}
- return 0;
+ return EXIT_SUCCESS;
}