Changeset 3138 for vendor/gnumake/current/glob/glob.c
- Timestamp:
- Mar 12, 2018, 8:32:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/glob/glob.c
r2596 r3138 378 378 return -1; 379 379 } 380 381 /* POSIX requires all slashes to be matched. This means that with 382 a trailing slash we must match only directories. */ 383 if (pattern[0] && pattern[strlen (pattern) - 1] == '/') 384 flags |= GLOB_ONLYDIR; 380 385 381 386 if (flags & GLOB_BRACE)
Note:
See TracChangeset
for help on using the changeset viewer.