File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import os path modules ;
1212.this-module's-file = [ modules.binding $(__name__) ] ;
1313.this-module's-dir = [ path.parent [ path.make $(.this-module's-file) ] ] ;
1414.to-load-jamfiles = [ path.glob $(.this-module's-dir) : *-$(key).jam ] ;
15- .to-load-modules = [ MATCH ^(.*)\.jam$ : $(.to-load-jamfiles) ] ;
15+ .to-load-modules = [ MATCH ^(.*)\\ .jam$ : $(.to-load-jamfiles) ] ;
1616
1717# A loop over all matched modules in this directory
1818for local m in $(.to-load-modules)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import os path modules ;
1212.this-module's-file = [ modules.binding $(__name__) ] ;
1313.this-module's-dir = [ path.parent [ path.make $(.this-module's-file) ] ] ;
1414.to-load-jamfiles = [ path.glob $(.this-module's-dir) : *-$(key).jam ] ;
15- .to-load-modules = [ MATCH ^(.*)\.jam$ : $(.to-load-jamfiles) ] ;
15+ .to-load-modules = [ MATCH ^(.*)\\ .jam$ : $(.to-load-jamfiles) ] ;
1616
1717# A loop over all matched modules in this directory
1818for local m in $(.to-load-modules)
You can’t perform that action at this time.
0 commit comments