Bug 227

Summary: hush hangs when using some redirection
Product: Busybox Reporter: Mike Frysinger <vapier>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Mike Frysinger 2009-03-28 13:50:22 UTC
this simple redirect hangs hush:
echo moo >/dev/null 1>&2
Comment 1 Denys Vlasenko 2009-05-02 12:18:13 UTC
Fixed in git:

[master 1dd6cf8] hush: fix multiple redirections of the same fd (bug 227)