Get rid of the randomizing factor.
This commit is contained in:
parent
45901e280b
commit
d6d4c35471
@ -135,7 +135,7 @@ mk_data(const struct iodesc * idi, const struct iodesc * ido,
|
||||
close(idi->fd);
|
||||
dup2(ido->fd, STDOUT_FILENO);
|
||||
close(ido->fd);
|
||||
execlp("gzip", "gzip", "-9", (char *)NULL);
|
||||
execlp("gzip", "gzip", "-9n", (char *)NULL);
|
||||
warn(NULL);
|
||||
_exit(1);
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user