From 73bdf13d35ef618f9f5e63a1d3928fb5f68a20f5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 1 Sep 2000 16:25:33 +0000 Subject: =?UTF-8?q?Fixed=20a=20stupid=20thinko=20preventing=20zcat=20from?= =?UTF-8?q?=20doing=20its=20job,=20thanks=20to=20Torbj=EF=BF=BDrn=20Axelss?= =?UTF-8?q?on=20=20for=20the=20fix.=20=20-Erik?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archival/gunzip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archival') 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 */ -- cgit v1.2.3