diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-24 17:20:26 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-05-24 17:20:26 +0000 |
| commit | 9121d78354d0578333e4f64ac6fa96710e0bf118 (patch) | |
| tree | 566bff997fcabff1143b26d1f6fe28f1ee45e3e3 /Src/lex.c | |
| parent | 11560: Doc/Zsh/expn.yo: pipes are pipes even if plumbing isn't. (diff) | |
| download | zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.tar zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.tar.gz zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.tar.bz2 zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.tar.lz zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.tar.xz zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.tar.zst zsh-9121d78354d0578333e4f64ac6fa96710e0bf118.zip | |
11561: no RC_QUOTES in $'..'
Diffstat (limited to 'Src/lex.c')
| -rw-r--r-- | Src/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1190,7 +1190,7 @@ gettokstr(int c, int sub) goto brk; } e = hgetc(); - if (e != '\'' || unset(RCQUOTES)) + if (e != '\'' || unset(RCQUOTES) || strquote) break; add(c); } |
