We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54c02a commit fec822cCopy full SHA for fec822c
src/tools/types/register.jam
@@ -23,7 +23,7 @@ local rule type ( type : suffixes * : base-type ? : os * )
23
.this-module's-file = [ modules.binding $(__name__) ] ;
24
.this-module's-dir = [ path.parent [ path.make $(.this-module's-file) ] ] ;
25
.sibling-jamfiles = [ path.glob $(.this-module's-dir) : *.jam ] ;
26
-.sibling-modules = [ MATCH ^(.*)\.jam$ : $(.sibling-jamfiles) ] ;
+.sibling-modules = [ MATCH ^(.*)\\.jam$ : $(.sibling-jamfiles) ] ;
27
28
# A loop over all modules in this directory
29
for m in $(.sibling-modules)
0 commit comments