diff options
Diffstat (limited to 'gunzip.c')
-rw-r--r-- | gunzip.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |