diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-05 22:58:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-05 22:58:32 +0000 |
commit | 2b69c40e8060934c115922c012737bd471956f09 (patch) | |
tree | c92657a42b94419ab9579e8c52639c301764ec40 /applets | |
parent | cc8ed39b240180b58810784f844e253263594ac3 (diff) | |
download | busybox-2b69c40e8060934c115922c012737bd471956f09.tar.gz |
More stuff works.
-Erik
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index b7b2b6009..08ba88d65 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -16,14 +16,12 @@ static const struct Applet applets[] = { #ifdef BB_CAT //bin {"cat", cat_more_main}, #endif -#ifdef BB_CHGRP //bin - {"chgrp", chgrp_main}, -#endif #ifdef BB_CHMOD //bin {"chmod", chmod_main}, #endif #ifdef BB_CHOWN //bin {"chown", chown_main}, + {"chgrp", chown_main}, #endif #ifdef BB_CHROOT //sbin {"chroot", chroot_main}, |