From af8747969925a0815c09825ee8420a1be9dcc6c7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 21 Jun 2017 18:40:49 +0300 Subject: Add support for $envvar() function --- build2/functions-process-path.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/functions-process-path.cxx') diff --git a/build2/functions-process-path.cxx b/build2/functions-process-path.cxx index 1b7459b..bbfc427 100644 --- a/build2/functions-process-path.cxx +++ b/build2/functions-process-path.cxx @@ -18,8 +18,8 @@ namespace build2 // f["recall"] = &process_path::recall; f["effect"] = [](process_path p) - { - return move (p.effect.empty () ? p.recall : p.effect); - }; + { + return move (p.effect.empty () ? p.recall : p.effect); + }; } } -- cgit v1.1