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) if (strcmp(applet_name, "zcat") == 0) { force = 1; + tostdout = 1; } /* Parse any options */ |