diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-30 16:51:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-11-30 16:51:48 +0200 |
commit | 8cadbb231884427d6b16b75ca921f722d4dd61c8 (patch) | |
tree | fc90b22b7d23681a72dfe1d0e68dad5cfa78350d /mod/mod-build-task.cxx | |
parent | f3d3143aa67d1d038f5eee1103c2b783d54955c4 (diff) |
Minor naming change
Diffstat (limited to 'mod/mod-build-task.cxx')
-rw-r--r-- | mod/mod-build-task.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx index d66e90c..14c72ac 100644 --- a/mod/mod-build-task.cxx +++ b/mod/mod-build-task.cxx @@ -158,8 +158,8 @@ handle (request& rq, response& rs) // try { - if (path_match (from_build_config_name (c.machine_pattern), - from_build_config_name (m.name), + if (path_match (dash_components_to_path (c.machine_pattern), + dash_components_to_path (m.name), dir_path () /* start */, path_match_flags::match_absent) && cfg_machines.insert ( |