diff options
Diffstat (limited to '')
-rw-r--r-- | src/expand.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/expand.c b/src/expand.c index 48c45e5..f2f964c 100644 --- a/src/expand.c +++ b/src/expand.c @@ -210,8 +210,6 @@ expandarg(union node *arg, struct arglist *arglist, int flag) exparg.lastp = &exparg.list; expandmeta(exparg.list, flag); } else { - if (flag & EXP_REDIR) /*XXX - for now, just remove escapes */ - rmescapes(p); sp = (struct strlist *)stalloc(sizeof (struct strlist)); sp->text = p; *exparg.lastp = sp; |