diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-10 08:38:21 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-10-10 08:38:21 +0000 |
| commit | b3f28253994ab0911e0affce5b5a43123c8d8cf4 (patch) | |
| tree | 63b00b9d718926f824e047f6ddbe2e5705050eed /usr.sbin/pkg_install/info/main.c | |
| parent | 8272da31066a23ca6de228cd378ec0f5dd3f8973 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/info/main.c')
| -rw-r--r-- | usr.sbin/pkg_install/info/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/info/main.c b/usr.sbin/pkg_install/info/main.c index d98593895ff0..b22c54c3d3c0 100644 --- a/usr.sbin/pkg_install/info/main.c +++ b/usr.sbin/pkg_install/info/main.c @@ -240,7 +240,7 @@ main(int argc, char **argv) * we've come across a trailing '/' and need to continue our * quest. */ - if (isalpha(*pkgs_split) || ((MatchType == MATCH_GLOB) && \ + if (isalnum(*pkgs_split) || ((MatchType == MATCH_GLOB) && \ strpbrk(pkgs_split, "*?[]") != NULL)) { *argv = pkgs_split; break; |
