diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-09 00:25:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-09 00:25:00 +0000 |
commit | f811e07b072600a3784a92e5a1dc8a93dac477eb (patch) | |
tree | 820c6366f8bdacf617a9591cc2ca9dfe107b1fa3 /applets | |
parent | 8341a1565306a54e685455d19efb0516ad3328a1 (diff) | |
download | busybox-w32-f811e07b072600a3784a92e5a1dc8a93dac477eb.tar.gz busybox-w32-f811e07b072600a3784a92e5a1dc8a93dac477eb.tar.bz2 busybox-w32-f811e07b072600a3784a92e5a1dc8a93dac477eb.zip |
More stuff.
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 15e1bef87..cdbefbe94 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -30,7 +30,7 @@ static const struct Applet applets[] = { | |||
30 | {"clear", clear_main}, | 30 | {"clear", clear_main}, |
31 | #endif | 31 | #endif |
32 | #ifdef BB_CP //bin | 32 | #ifdef BB_CP //bin |
33 | {"cp", dyadic_main}, | 33 | {"cp", cp_main}, |
34 | #endif | 34 | #endif |
35 | #ifdef BB_DATE //bin | 35 | #ifdef BB_DATE //bin |
36 | {"date", date_main}, | 36 | {"date", date_main}, |