diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-05 18:04:50 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-08-05 18:04:50 +0000 |
| commit | 9049958242781dd511c53a54c12c82148c47f636 (patch) | |
| tree | 28d551e36e70f332c7f2c5cfd7d9396421476cb8 /usr.sbin/pkg_install/lib | |
| parent | 9a1bdebc180da9e27caadb6ceafd15e52c00b418 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib')
| -rw-r--r-- | usr.sbin/pkg_install/lib/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/file.c b/usr.sbin/pkg_install/lib/file.c index fd2803925b44..4036bc5368f4 100644 --- a/usr.sbin/pkg_install/lib/file.c +++ b/usr.sbin/pkg_install/lib/file.c @@ -253,7 +253,7 @@ fileFindByPath(const char *base, const char *fname) { static char tmp[FILENAME_MAX]; char *cp; - const char *suffixes[] = {".tgz", ".tar", ".tbz2", NULL}; + const char *suffixes[] = {".tgz", ".tar", ".tbz", NULL}; int i; if (fexists(fname) && isfile(fname)) { |
