From d90ac405ae50f84a3cf4ba0b806cca1c89f81cff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jul 2018 14:12:56 +0300 Subject: Make project variable to be of project_name type --- build2/bash/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/bash/init.cxx') diff --git a/build2/bash/init.cxx b/build2/bash/init.cxx index ff653c2a..7bfea58f 100644 --- a/build2/bash/init.cxx +++ b/build2/bash/init.cxx @@ -54,7 +54,7 @@ namespace build2 // Install into bin// by default stripping the .bash // extension from if present. // - const string& p (cast (rs.vars[var_project])); + const project_name& p (cast (rs.vars[var_project])); install_path (bs, dir_path ("bin") /= project_base (p)); install_mode (bs, "644"); -- cgit