aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-12 17:57:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-12 17:57:19 +0200
commitd7686c8c2c849c775007c5de19901ab6b38bd039 (patch)
tree8d4017407166a4f16a0fecd7921a8d03975636bf /shell/ash.c
parente7aa0d9eca180f77ed4226ecaa1e8961d842add7 (diff)
downloadbusybox-w32-1_15_1.tar.gz
busybox-w32-1_15_1.tar.bz2
busybox-w32-1_15_1.zip
Apply post-1.15.0 fixes; bump version to 1.15.11_15_1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 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;