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/install/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/install') diff --git a/build2/install/init.cxx b/build2/install/init.cxx index 122eb54..0966d82 100644 --- a/build2/install/init.cxx +++ b/build2/install/init.cxx @@ -215,7 +215,7 @@ namespace build2 { using build2::path; - bool s (config::specified (rs, "config.install")); + bool s (config::specified (rs, "install")); // Adjust module priority so that the (numerous) config.install.* // values are saved at the end of config.build. -- cgit v1.1