mirror of https://github.com/mirror/busybox.git
ash: fix mishandling of bash-style redirects
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_16_stable
parent
999e442d5c
commit
c3c1fb676b
|
@ -5111,7 +5111,7 @@ redirect(union node *redir, int flags)
|
|||
do {
|
||||
sv_pos++;
|
||||
#if ENABLE_ASH_BASH_COMPAT
|
||||
if (redir->nfile.type == NTO2)
|
||||
if (tmp->nfile.type == NTO2)
|
||||
sv_pos++;
|
||||
#endif
|
||||
tmp = tmp->nfile.next;
|
||||
|
|
Loading…
Reference in New Issue