Project

General

Profile

« Previous | Next » 

Revision 329d5424

Added by h.shirosaki (Hiroshi Shirosaki) about 3 years ago

[Bug #19042] Fix Dir.glob brace with '/'

Dir.glob brace pattern with '/' after '**' does not match
paths in recursive expansion process.
We expand braces with '/' before expanding a recursive.

Co-authored-by: Nobuyoshi Nakada