From 44efb0cda486e2614603e6dd78b0c93407f63c3b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 3 Jun 2019 15:28:35 +0300 Subject: Minor fixes --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NEWS') 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 -- cgit v1.2.1