diff options
Diffstat (limited to 'shell/lash.c')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/lash.c b/shell/lash.c index f9d9deb62..99e2b1f06 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -1164,7 +1164,7 @@ static int pseudo_exec(struct child_prog *child) | |||
1164 | * /bin/foo invocation will fork and exec /bin/foo, even if | 1164 | * /bin/foo invocation will fork and exec /bin/foo, even if |
1165 | * /bin/foo is a symlink to busybox. | 1165 | * /bin/foo is a symlink to busybox. |
1166 | */ | 1166 | */ |
1167 | if (ENABLE_FEATURE_SH_STANDALONE_SHELL) { | 1167 | if (ENABLE_FEATURE_SH_STANDALONE) { |
1168 | char **argv_l = child->argv; | 1168 | char **argv_l = child->argv; |
1169 | int argc_l; | 1169 | int argc_l; |
1170 | 1170 | ||