diff options
Diffstat (limited to 'shell')
-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 cbb0ce69c..69a86b14c 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -6986,7 +6986,7 @@ static int FAST_FUNC builtin_cd(char **argv) | |||
6986 | static int FAST_FUNC builtin_exec(char **argv) | 6986 | static int FAST_FUNC builtin_exec(char **argv) |
6987 | { | 6987 | { |
6988 | static const char pseudo_null_str[] = { SPECIAL_VAR_SYMBOL, SPECIAL_VAR_SYMBOL, '\0' }; | 6988 | static const char pseudo_null_str[] = { SPECIAL_VAR_SYMBOL, SPECIAL_VAR_SYMBOL, '\0' }; |
6989 | char **pp = argv; | 6989 | char **pp; |
6990 | #if !BB_MMU | 6990 | #if !BB_MMU |
6991 | nommu_save_t dummy; | 6991 | nommu_save_t dummy; |
6992 | #endif | 6992 | #endif |