Denys Vlasenko
|
a5060b8364
|
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>
|
2017-11-03 14:16:25 +01:00 |
|
Denys Vlasenko
|
7df28bbb8f
|
ash: fix unset in standalone mode
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
|
2010-06-18 14:23:47 +02:00 |
|
Denis Vlasenko
|
078323010b
|
dc: conditionalize parts which require libm
|
2008-10-20 08:43:10 +00:00 |
|
Denis Vlasenko
|
b730474bda
|
ash: fix NOEXEC mode - we were forgetting to pass environment!
env: promote to NOEXEC
hd: promote to NOEXEC, as hexdump is NOEXEC already
|
2008-10-20 08:15:51 +00:00 |
|
Denis Vlasenko
|
d1660cb9ad
|
ash: fix a bug in standalone mode (corrupted getopt() state)
|
2008-10-20 07:52:33 +00:00 |
|