diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index d197fa19a..d025da40c 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -6846,8 +6846,7 @@ evalvar(char *p, int flags, struct strlist *var_str_list) | |||
6846 | patloc = expdest - (char *)stackblock(); | 6846 | patloc = expdest - (char *)stackblock(); |
6847 | if (NULL == subevalvar(p, /* varname: */ NULL, patloc, subtype, | 6847 | if (NULL == subevalvar(p, /* varname: */ NULL, patloc, subtype, |
6848 | startloc, varflags, | 6848 | startloc, varflags, |
6849 | //TODO: | EXP_REDIR too? All other such places do it too | 6849 | /* quotes: */ flags & (EXP_FULL | EXP_CASE | EXP_REDIR), |
6850 | /* quotes: */ flags & (EXP_FULL | EXP_CASE), | ||
6851 | var_str_list) | 6850 | var_str_list) |
6852 | ) { | 6851 | ) { |
6853 | int amount = expdest - ( | 6852 | int amount = expdest - ( |