aboutsummaryrefslogtreecommitdiff
path: root/archival/gunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/gunzip.c')
-rw-r--r--archival/gunzip.c1
1 files changed, 1 insertions, 0 deletions
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)
582 582
583 if (strcmp(applet_name, "zcat") == 0) { 583 if (strcmp(applet_name, "zcat") == 0) {
584 force = 1; 584 force = 1;
585 tostdout = 1;
585 } 586 }
586 587
587 /* Parse any options */ 588 /* Parse any options */