export / subshell solutions

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-22 12:49:55 +01:00
parent f8c8bc94e2
commit 3f94a5c8b5
1 changed files with 7 additions and 0 deletions

7
doc/dev/logs/2011-02-22 Normal file
View File

@ -0,0 +1,7 @@
Inherit / subshell:
#
Shell parameters that are set by variable assignment (see the set special built-in) or from the System Interfaces volume of IEEE Std 1003.1-2001 environment inherited by the shell when it begins (see the export special built-in)
http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_12