Change 1612

seiwald (Perforce staff)
Perforce staff committed this change into /
Request Review
Download .zip
GLOB now applies the pattern to the directory-less filename,
rather than the whole path.  The directory is part of the
arguments to GLOB, so there's no reason to require it to be
part of the pattern.  This makes

    echo [ Glob .  : jam*.c ] ;

match and output

    ./jam.c ./jambase.c ./jamgram.c

instead of nothing at all. 

Thanks to Niklaus Giger.
  • Files 1
  • Comments 0
1 edited 0 added 0 deleted
guest/perforce_software/jam/src/builtins.c#4
Loading...
Tip: Use n and p to cycle through the changes.