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 9a9b5bb91..e0c562621 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -2037,7 +2037,7 @@ static const char *next_brace_sub(const char *cp) | |||
2037 | break; | 2037 | break; |
2038 | cp++; | 2038 | cp++; |
2039 | continue; | 2039 | continue; |
2040 | } | 2040 | } |
2041 | /*{*/ if ((*cp == '}' && depth-- == 0) || (*cp == ',' && depth == 0)) | 2041 | /*{*/ if ((*cp == '}' && depth-- == 0) || (*cp == ',' && depth == 0)) |
2042 | break; | 2042 | break; |
2043 | if (*cp++ == '{') /*}*/ | 2043 | if (*cp++ == '{') /*}*/ |