aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-12 17:49:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-12 17:49:22 +0200
commit757e46252c004c9170dfc748a78f42abd416cf50 (patch)
treeec94eeb0b8ef339ae158d47b80a091a818236168 /shell
parentf5d4bddfbee4d9a5af479e20f4e17b5e2fb4a3ed (diff)
downloadbusybox-w32-1_14_4.tar.gz
busybox-w32-1_14_4.tar.bz2
busybox-w32-1_14_4.zip
apply post-1.14.3 fixes; bump version to 1.14.41_14_4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-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;