diff options
Diffstat (limited to 'bin/sh/eval.c')
| -rw-r--r-- | bin/sh/eval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/eval.c b/bin/sh/eval.c index dabc7e63dec9..8bf2d84522d6 100644 --- a/bin/sh/eval.c +++ b/bin/sh/eval.c @@ -442,6 +442,7 @@ expredir(n) switch (redir->type) { case NFROM: case NTO: + case NFROMTO: case NAPPEND: expandarg(redir->nfile.fname, &fn, EXP_TILDE | EXP_REDIR); redir->nfile.expfname = fn.list->text; |
