Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-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)
if (strcmp(applet_name, "zcat") == 0) {
force = 1;
+ tostdout = 1;
}
/* Parse any options */