Changeset 3140 in kBuild for trunk/src/kmk/glob/glob.c
- Timestamp:
- Mar 14, 2018 9:28:10 PM (7 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk
-
Property svn:mergeinfo
set to
/vendor/gnumake/current merged eligible
-
Property svn:mergeinfo
set to
-
trunk/src/kmk/glob/glob.c
r2702 r3140 380 380 } 381 381 382 /* POSIX requires all slashes to be matched. This means that with 383 a trailing slash we must match only directories. */ 384 if (pattern[0] && pattern[strlen (pattern) - 1] == '/') 385 flags |= GLOB_ONLYDIR; 386 382 387 if (flags & GLOB_BRACE) 383 388 {
Note:
See TracChangeset
for help on using the changeset viewer.