diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-30 03:09:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-07-30 03:09:46 +0000 |
| commit | 2e67ec0205346336544da4aeebec926df199ee19 (patch) | |
| tree | c0e5de42b64f85413cc74a2012dfda94688b0697 /contrib/file/compress.c | |
| parent | 61295bbb39b1ec75f468eccc07965d9e39ca83f1 (diff) | |
Notes
Diffstat (limited to 'contrib/file/compress.c')
| -rw-r--r-- | contrib/file/compress.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/file/compress.c b/contrib/file/compress.c index e84d62d27495..80d24e010c16 100644 --- a/contrib/file/compress.c +++ b/contrib/file/compress.c @@ -16,7 +16,7 @@ #include <sys/wait.h> #endif #ifndef lint -FILE_RCSID("@(#)$Id: compress.c,v 1.19 2001/03/20 04:22:02 christos Exp $") +FILE_RCSID("@(#)$Id: compress.c,v 1.20 2001/07/22 21:04:15 christos Exp $") #endif @@ -35,7 +35,7 @@ static struct { { "\037\240", 2, { "gzip", "-cdq", NULL }, 1 }, /* SCO LZH */ /* the standard pack utilities do not accept standard input */ { "\037\036", 2, { "gzip", "-cdq", NULL }, 0 }, /* packed */ - { "BZh", 3, { "bzip2", "-d", NULL }, 1 }, /* bzip2-ed */ + { "BZh", 3, { "bzip2", "-cd", NULL }, 1 }, /* bzip2-ed */ }; static int ncompr = sizeof(compr) / sizeof(compr[0]); |
