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:
parent
3a957b9d4c
commit
73bdf13d35
@ -582,6 +582,7 @@ int gunzip_main(int argc, char **argv)
|
|||||||
|
|
||||||
if (strcmp(applet_name, "zcat") == 0) {
|
if (strcmp(applet_name, "zcat") == 0) {
|
||||||
force = 1;
|
force = 1;
|
||||||
|
tostdout = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Parse any options */
|
/* Parse any options */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user