Removed the "-k" option from "gunzip", which is not only redundant

with "-c" but is unsupported on some OS versions of gunzip.
This commit is contained in:
Tim Edwards
2022-05-09 15:27:51 -04:00
parent da49a50d8e
commit 6e0768ebd4
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -44,7 +44,6 @@ extern int LookupStructFull();
extern int PaExpand(char **, char **, int);
extern char *nextName();
extern FILE *PaOpen(char *, char *, char *, char *, char *, char **);
extern FILE *PaZOpen(char *, char *, char *, char *, char *, char **, bool *);
extern FILE *PaLockOpen(char *, char *, char *, char *, char *, char **, bool *);
extern char *StrDup(char **, char *);
extern int Match();