diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-03-05 11:05:49 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-03-05 11:05:49 +0000 |
| commit | 9bd5190caa30ac09a0832c55bfa05ff211f82be5 (patch) | |
| tree | a0b543f444a1c07e45449352ba84d66299b07270 /bin/sh/eval.c | |
| parent | 74d89837e7842004ac17c6960f25cdae4a797e77 (diff) | |
Notes
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; |
