aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-08-10 00:36:07 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-08-10 00:36:07 +0200
commit83785f0ebcad58157bb7d866037664ab95563f48 (patch)
tree2638387178471d00ef96af990f7d34a395909598 /shell/ash.c
parentaa4e5092f58f5a11018e569aee9cf037daf8c5d6 (diff)
downloadbusybox-w32-1_20_2.tar.gz
busybox-w32-1_20_2.tar.bz2
busybox-w32-1_20_2.zip
Apply post-1.20.1 patches, bump version to 1.20.21_20_2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c3
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 - (