From b262d2c9c56eed18d043dccefac02b54a6ae2f95 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Jan 2017 11:12:25 +0200 Subject: Implement pattern-based variable typing, tighten variable type update --- build2/dist/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/dist') diff --git a/build2/dist/init.cxx b/build2/dist/init.cxx index 9ee2d46..98f8a9a 100644 --- a/build2/dist/init.cxx +++ b/build2/dist/init.cxx @@ -97,7 +97,7 @@ namespace build2 // must be explicitly specified or we will complain if and when // we try to dist. // - bool s (config::specified (rs, "config.dist")); + bool s (config::specified (rs, "dist")); // Adjust module priority so that the config.dist.* values are saved at // the end of config.build. -- cgit v1.1