From f811e07b072600a3784a92e5a1dc8a93dac477eb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 1999 00:25:00 +0000 Subject: More stuff. --- applets/busybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/busybox.c') 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[] = { {"clear", clear_main}, #endif #ifdef BB_CP //bin - {"cp", dyadic_main}, + {"cp", cp_main}, #endif #ifdef BB_DATE //bin {"date", date_main}, -- cgit v1.2.3