diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-12-31 17:30:02 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-12-31 17:30:02 +0100 |
commit | 82d1c1f84ae23793d81b50aa0a753ad7c4db4f51 (patch) | |
tree | e5c1dc00b04299cf627cf2ef18453aea96c5f1e5 /shell/ash.c | |
parent | 36acc4631c94bb0f43ecaac5d61dc773ef773e91 (diff) | |
download | busybox-w32-82d1c1f84ae23793d81b50aa0a753ad7c4db4f51.tar.gz busybox-w32-82d1c1f84ae23793d81b50aa0a753ad7c4db4f51.tar.bz2 busybox-w32-82d1c1f84ae23793d81b50aa0a753ad7c4db4f51.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index e69ddb4ff..dfb7d4d8e 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -9952,7 +9952,7 @@ evalcommand(union node *cmd, int flags) | |||
9952 | switch (cmdentry.cmdtype) { | 9952 | switch (cmdentry.cmdtype) { |
9953 | default: { | 9953 | default: { |
9954 | 9954 | ||
9955 | #if ENABLE_FEATURE_SH_NOFORK | 9955 | #if ENABLE_FEATURE_SH_NOFORK && NUM_APPLETS > 1 |
9956 | /* (1) BUG: if variables are set, we need to fork, or save/restore them | 9956 | /* (1) BUG: if variables are set, we need to fork, or save/restore them |
9957 | * around run_nofork_applet() call. | 9957 | * around run_nofork_applet() call. |
9958 | * (2) Should this check also be done in forkshell()? | 9958 | * (2) Should this check also be done in forkshell()? |