diff options
author | Eric Andersen | 1999-11-16 00:46:00 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-16 00:46:00 +0000 |
commit | d80e851dc05f978dded84b7ac9fcae7066e3ffe0 (patch) | |
tree | 9f32d236ce80a7a692f74fe1012df3bed6b19418 /applets/busybox.c | |
parent | a9c95ea6551eb3d894fcc56822c8aa394972b699 (diff) | |
download | busybox-d80e851dc05f978dded84b7ac9fcae7066e3ffe0.zip busybox-d80e851dc05f978dded84b7ac9fcae7066e3ffe0.tar.gz |
Stuf
Diffstat (limited to 'applets/busybox.c')
-rw-r--r-- | applets/busybox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index c45d0c7..c41c350 100644 --- a/applets/busybox.c +++ b/applets/busybox.c @@ -174,9 +174,9 @@ static const struct Applet applets[] = { #ifdef BB_UPDATE //sbin {"update", update_main}, #endif -#ifdef BB_ZCAT //bin - {"zcat", zcat_main}, - {"gunzip", zcat_main}, +#ifdef BB_GUNZIP //bin + {"zcat", gunzip_main}, + {"gunzip", gunzip_main}, #endif #ifdef BB_GZIP //bin {"gzip", gzip_main}, |