From d7686c8c2c849c775007c5de19901ab6b38bd039 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 12 Sep 2009 17:57:19 +0200 Subject: Apply post-1.15.0 fixes; bump version to 1.15.1 Signed-off-by: Denys Vlasenko --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ash.c') 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) }; const char *reject = spclchars; int c; - int quotes = flag & (EXP_FULL | EXP_CASE); /* do CTLESC */ + int quotes = flag & (EXP_FULL | EXP_CASE | EXP_REDIR); /* do CTLESC */ int breakall = flag & EXP_WORD; int inquotes; size_t length; -- cgit v1.2.3