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:
authorEric Andersen <andersen@codepoet.org>1999-10-06 04:30:51 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-06 04:30:51 +0400
commit4bea32abb5d25e3b83047c22fd3f4e8fae2479cd (patch)
treec8aad7a8b8c573c2421b7fb3e58fdd00a3c1fe9b /applets
parent2b69c40e8060934c115922c012737bd471956f09 (diff)
latest and greatest.
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 08ba88d65..9986af389 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -102,7 +102,7 @@ static const struct Applet applets[] = {
{"mnc", mnc_main},
#endif
#ifdef BB_MORE //bin
- {"more", cat_more_main},
+ {"more", more_main},
#endif
#ifdef BB_MOUNT //bin
{"mount", mount_main},