aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-07 08:00:32 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-07 08:00:32 +0300
commitc33922f128403f5d05d24f19abeaad2368ce5467 (patch)
tree89ffecf0abbb4fedca962da0b79f0f850179e09f /NEWS
parentcc533e2c6b86b62db169f912b4e7891273061c77 (diff)
downloadpies-c33922f128403f5d05d24f19abeaad2368ce5467.tar.gz
pies-c33922f128403f5d05d24f19abeaad2368ce5467.tar.bz2
Implement additional env.eval statement
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ee1ae5..f5be6dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU Pies NEWS -- history of user-visible changes. 2019-06-06
+GNU Pies NEWS -- history of user-visible changes. 2019-06-07
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org> or
@@ -55,6 +55,12 @@ variables matching the pattern are retained.
Sets the environment variable for the component. VALUE is subject
to variable expansion.
+** eval "VALUE"
+Perform variable expansion on VALUE and discard the result (similar
+to the shell ":" command). Useful for side effects, e.g.:
+
+ eval ${HOME:=/home/t}
+
** unset NAME
Unsets the variable. NAME can be a globbing pattern, in which case all
variables matching the pattern are unset.

Return to:

Send suggestions and report system problems to the System administrator.