changeset 185:2c7bce68e3d8

[project @ 1993-10-25 23:01:07 by jwe] (compress_suffixes): Choose gunzip for .gz files.
author jwe
date Mon, 25 Oct 1993 23:01:07 +0000
parents 782234508686
children 7a647cf4850c
files info/filesys.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/info/filesys.c	Sun Oct 24 02:36:31 1993 +0000
+++ b/info/filesys.c	Mon Oct 25 23:01:07 1993 +0000
@@ -77,6 +77,7 @@
   { ".Z", "uncompress" },
   { ".Y", "unyabba" },
   { ".z", "gunzip" },
+  { ".gz", "gunzip" },
   { (char *)NULL, (char *)NULL }
 };