diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 666604dd9..f6c69a221 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -1112,7 +1112,7 @@ static void pseudo_exec(struct child_prog *child) | |||
1112 | * really dislike relying on /proc for things. We could exec ourself | 1112 | * really dislike relying on /proc for things. We could exec ourself |
1113 | * from global_argv[0], but if we are in a chroot, we may not be able | 1113 | * from global_argv[0], but if we are in a chroot, we may not be able |
1114 | * to find ourself... */ | 1114 | * to find ourself... */ |
1115 | #if ENABLE_FEATURE_SH_STANDALONE_SHELL | 1115 | #if ENABLE_FEATURE_SH_STANDALONE |
1116 | { | 1116 | { |
1117 | int argc_l; | 1117 | int argc_l; |
1118 | char** argv_l = child->argv; | 1118 | char** argv_l = child->argv; |