aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index db79097..eee1e25 100644
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,7 @@ contains redirections, pipes, etc. E.g.
component X {
flags shell;
- command "if [ -n "$X" ]; then foo; else bar; fi"
+ command "if [ -n \"$X\" ]; then foo; else bar; fi"
}
* Improved cyclic dependency diagnostics
@@ -81,7 +81,7 @@ X to have the value "foo bar":
env "X=foo bar"
-* New environment variable available in commands started from return-code
+* New environment variable available for commands started from return-code
Programs started via "exec" statement in the "return-code" block
obtain the PID of the master pies process in environment variable

Return to:

Send suggestions and report system problems to the System administrator.