aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 3958db123..97c7f4ef5 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -7506,6 +7506,8 @@ evalvar(char *p, int flag)
7506 goto record; 7506 goto record;
7507 } 7507 }
7508 7508
7509 varlen = 0;
7510
7509 end: 7511 end:
7510 if (subtype != VSNORMAL) { /* skip to end of alternative */ 7512 if (subtype != VSNORMAL) { /* skip to end of alternative */
7511 int nesting = 1; 7513 int nesting = 1;