From: Eric Andersen Date: Fri, 1 Sep 2000 16:25:33 +0000 (-0000) Subject: Fixed a stupid thinko preventing zcat from doing its job, thanks X-Git-Tag: 0_47~124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=73bdf13d35ef618f9f5e63a1d3928fb5f68a20f5;p=oweals%2Fbusybox.git Fixed a stupid thinko preventing zcat from doing its job, thanks to Torbj�rn Axelsson for the fix. -Erik --- diff --git a/archival/gunzip.c b/archival/gunzip.c index 9032852ed..e31a0f7fb 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c @@ -582,6 +582,7 @@ int gunzip_main(int argc, char **argv) if (strcmp(applet_name, "zcat") == 0) { force = 1; + tostdout = 1; } /* Parse any options */ diff --git a/gunzip.c b/gunzip.c index 9032852ed..e31a0f7fb 100644 --- a/gunzip.c +++ b/gunzip.c @@ -582,6 +582,7 @@ int gunzip_main(int argc, char **argv) if (strcmp(applet_name, "zcat") == 0) { force = 1; + tostdout = 1; } /* Parse any options */