diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index a81922add..4c43f1f30 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -6361,8 +6361,8 @@ subevalvar(char *p, char *varname, int strloc, int subtype, | |||
6361 | // p, varname, strloc, subtype, startloc, varflags, quotes); | 6361 | // p, varname, strloc, subtype, startloc, varflags, quotes); |
6362 | 6362 | ||
6363 | herefd = -1; | 6363 | herefd = -1; |
6364 | argstr(p, (subtype != VSASSIGN && subtype != VSQUESTION) ? EXP_CASE : 0, | 6364 | argstr(p, EXP_TILDE | (subtype != VSASSIGN && subtype != VSQUESTION ? |
6365 | var_str_list); | 6365 | EXP_CASE : 0), var_str_list); |
6366 | STPUTC('\0', expdest); | 6366 | STPUTC('\0', expdest); |
6367 | herefd = saveherefd; | 6367 | herefd = saveherefd; |
6368 | argbackq = saveargbackq; | 6368 | argbackq = saveargbackq; |