diff --git a/v2/util/path.jam b/v2/util/path.jam index 781eb50fc..e9c234b1a 100644 --- a/v2/util/path.jam +++ b/v2/util/path.jam @@ -214,11 +214,9 @@ rule glob ( dirs * : patterns + ) } } - # Windows is not case-sensitive, so if you're globbing - # for Jamroot and jamroot, the result will include 'Jamroot' - # twice. Remove duplicates. - return [ sequence.unique [ sequence.transform path.make : - [ GLOB-RECURSIVELY $(real-patterns) ] ] ] ; + return [ sequence.transform path.make : + [ GLOB-RECURSIVELY $(real-patterns) ] ] ; + }