diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index 077f5e5fc..4a163ffbc 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -5810,7 +5810,7 @@ argstr(char *p, int flag, struct strlist *var_str_list) | |||
5810 | }; | 5810 | }; |
5811 | const char *reject = spclchars; | 5811 | const char *reject = spclchars; |
5812 | int c; | 5812 | int c; |
5813 | int quotes = flag & (EXP_FULL | EXP_CASE); /* do CTLESC */ | 5813 | int quotes = flag & (EXP_FULL | EXP_CASE | EXP_REDIR); /* do CTLESC */ |
5814 | int breakall = flag & EXP_WORD; | 5814 | int breakall = flag & EXP_WORD; |
5815 | int inquotes; | 5815 | int inquotes; |
5816 | size_t length; | 5816 | size_t length; |