aboutsummaryrefslogtreecommitdiff
path: root/build2/functions-process-path.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-21 18:40:49 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-21 20:02:08 +0300
commitaf8747969925a0815c09825ee8420a1be9dcc6c7 (patch)
tree7d43c43f4c0ff2b53a276e4d6ff95d60554c51a0 /build2/functions-process-path.cxx
parentf6c20ad37b2ececb446b5051837bccba93c81d7a (diff)
Add support for $envvar() function
Diffstat (limited to 'build2/functions-process-path.cxx')
-rw-r--r--build2/functions-process-path.cxx6
1 files changed, 3 insertions, 3 deletions
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);
+ };
}
}