mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
zsh-workers/9802
This commit is contained in:
parent
245847e9e4
commit
e7a7aca823
1 changed files with 1 additions and 1 deletions
|
@ -2875,7 +2875,7 @@ bslashquote(const char *s, char **e, int instring)
|
|||
(isset(MAGICEQUALSUBST) && (u[-1] == '=' || u[-1] == ':')) ||
|
||||
(*u == '~' && isset(EXTENDEDGLOB))) &&
|
||||
(!instring ||
|
||||
(isset(BANGHIST) && *u == (char)bangchar) ||
|
||||
(isset(BANGHIST) && *u == (char)bangchar && instring != 1) ||
|
||||
(instring == 2 &&
|
||||
(*u == '$' || *u == '`' || *u == '\"' || *u == '\\')) ||
|
||||
(instring == 1 && *u == '\''))) {
|
||||
|
|
Loading…
Reference in a new issue