summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/kgzip')
-rw-r--r--usr.sbin/kgzip/kgzcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kgzip/kgzcmp.c b/usr.sbin/kgzip/kgzcmp.c
index 7406423..01c7763 100644
--- a/usr.sbin/kgzip/kgzcmp.c
+++ b/usr.sbin/kgzip/kgzcmp.c
@@ -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:
OpenPOWER on IntegriCloud