Skip to content

Commit fec822c

Browse files
authored
tools/types/register.jam regexp review (#501)
1 parent b54c02a commit fec822c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/types/register.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ local rule type ( type : suffixes * : base-type ? : os * )
2323
.this-module's-file = [ modules.binding $(__name__) ] ;
2424
.this-module's-dir = [ path.parent [ path.make $(.this-module's-file) ] ] ;
2525
.sibling-jamfiles = [ path.glob $(.this-module's-dir) : *.jam ] ;
26-
.sibling-modules = [ MATCH ^(.*)\.jam$ : $(.sibling-jamfiles) ] ;
26+
.sibling-modules = [ MATCH ^(.*)\\.jam$ : $(.sibling-jamfiles) ] ;
2727

2828
# A loop over all modules in this directory
2929
for m in $(.sibling-modules)

0 commit comments

Comments
 (0)