Grrr.... mumble.... a linger gzip'ism still existed.
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
This commit is contained in:
parent
646d21a5a3
commit
b9d958f5d4
@ -225,7 +225,7 @@ fileGetURL(const char *base, const char *spec)
|
||||
for (fd = getdtablesize() - 1; fd >= 3; --fd)
|
||||
close(fd);
|
||||
/* XXX: need to handle .tgz also */
|
||||
execl("/usr/bin/tar", "tar", Verbose ? "-xjvf" : "-xzf", "-",
|
||||
execl("/usr/bin/tar", "tar", Verbose ? "-xjvf" : "-xjf", "-",
|
||||
(char *)0);
|
||||
_exit(2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user