diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-16 00:46:00 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-16 00:46:00 +0000 |
commit | d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2 (patch) | |
tree | 9f32d236ce80a7a692f74fe1012df3bed6b19418 /applets | |
parent | 68852f97ac9a68c6097e777339e0463a5e11c9eb (diff) | |
download | busybox-w32-d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2.tar.gz busybox-w32-d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2.tar.bz2 busybox-w32-d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@102 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-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 c45d0c7e2..c41c350d1 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -174,9 +174,9 @@ static const struct Applet applets[] = { | |||
174 | #ifdef BB_UPDATE //sbin | 174 | #ifdef BB_UPDATE //sbin |
175 | {"update", update_main}, | 175 | {"update", update_main}, |
176 | #endif | 176 | #endif |
177 | #ifdef BB_ZCAT //bin | 177 | #ifdef BB_GUNZIP //bin |
178 | {"zcat", zcat_main}, | 178 | {"zcat", gunzip_main}, |
179 | {"gunzip", zcat_main}, | 179 | {"gunzip", gunzip_main}, |
180 | #endif | 180 | #endif |
181 | #ifdef BB_GZIP //bin | 181 | #ifdef BB_GZIP //bin |
182 | {"gzip", gzip_main}, | 182 | {"gzip", gzip_main}, |