aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 4981f4ce0..f753a5bae 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -5786,7 +5786,7 @@ argstr(char *p, int flag, struct strlist *var_str_list)
5786 }; 5786 };
5787 const char *reject = spclchars; 5787 const char *reject = spclchars;
5788 int c; 5788 int c;
5789 int quotes = flag & (EXP_FULL | EXP_CASE); /* do CTLESC */ 5789 int quotes = flag & (EXP_FULL | EXP_CASE | EXP_REDIR); /* do CTLESC */
5790 int breakall = flag & EXP_WORD; 5790 int breakall = flag & EXP_WORD;
5791 int inquotes; 5791 int inquotes;
5792 size_t length; 5792 size_t length;