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 5990d69..f1d25a1 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -8738,7 +8738,7 @@ static void helper_export_local(char **argv, int exp, int lvl) && var && var->func_nest_level == lvl ) { /* "local x=abc; ...; local x" - ignore second local decl */ - continue; + continue; } #endif /* Exporting non-existing variable. |