diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/parser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parser.c b/src/parser.c index 26c9046..8fac57a 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1232,9 +1232,8 @@ badsub: synerror("Bad substitution"); *((char *)stackblock() + typeloc) = subtype | flags; if (subtype != VSNORMAL) { varnest++; - if (dblquote || arinest) { + if (dblquote) dqvarnest++; - } } } goto parsesub_return; |