aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-03 15:28:35 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-03 15:28:35 +0300
commit44efb0cda486e2614603e6dd78b0c93407f63c3b (patch)
tree4d5686b06f59cc4f63324f28736cc58c7f2ba08e /NEWS
parentf50a208f9df348cede2ba50b4f435351d8d3f19e (diff)
downloadpies-44efb0cda486e2614603e6dd78b0c93407f63c3b.tar.gz
pies-44efb0cda486e2614603e6dd78b0c93407f63c3b.tar.bz2
Minor fixes
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.