Fixed a stupid thinko preventing zcat from doing its job, thanks

to Torbj�rn Axelsson <torax@cendio.se> for the fix.
 -Erik
This commit is contained in:
Eric Andersen 2000-09-01 16:25:33 +00:00
parent 3a957b9d4c
commit 73bdf13d35
2 changed files with 2 additions and 0 deletions

View File

@ -582,6 +582,7 @@ int gunzip_main(int argc, char **argv)
if (strcmp(applet_name, "zcat") == 0) {
force = 1;
tostdout = 1;
}
/* Parse any options */

View File

@ -582,6 +582,7 @@ int gunzip_main(int argc, char **argv)
if (strcmp(applet_name, "zcat") == 0) {
force = 1;
tostdout = 1;
}
/* Parse any options */