aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/build/script/script.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/build/script/script.hxx')
-rw-r--r--libbuild2/build/script/script.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/libbuild2/build/script/script.hxx b/libbuild2/build/script/script.hxx
index dfd725b..8569a1f 100644
--- a/libbuild2/build/script/script.hxx
+++ b/libbuild2/build/script/script.hxx
@@ -20,10 +20,18 @@ namespace build2
{
using build2::script::line;
using build2::script::line_type;
+ using build2::script::redirect;
+ using build2::script::redirect_type;
using build2::script::command_expr;
- // Once parsed, the script can be executed in multiple threads with the
- // state (variable values, etc) maintained in the environment object.
+ // Notes:
+ //
+ // - Once parsed, the script can be executed in multiple threads with
+ // the state (variable values, etc) maintained in the environment
+ // object.
+ //
+ // - The default script command redirects semantics is none for stdin,
+ // merge into stderr for stdout, and pass for stderr.
//
class script
{