ash: fix nofork bug where environment is not properly passed to a command
function old new delta listvars 144 252 +108 evalcommand 1500 1546 +46 showvars 142 147 +5 shellexec 242 245 +3 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/0 up/down: 162/0) Total: 162 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
9
shell/ash_test/ash-standalone/nofork_env.right
Normal file
9
shell/ash_test/ash-standalone/nofork_env.right
Normal file
@@ -0,0 +1,9 @@
|
||||
ZVAR=1
|
||||
ZVAR=2
|
||||
ZVAR=3
|
||||
ZVAR=4
|
||||
ZVAR=5
|
||||
ZVAR=6
|
||||
ZVAR=7
|
||||
ZVAR=8
|
||||
Ok:0
|
||||
Reference in New Issue
Block a user