Bug 227 - hush hangs when using some redirection
Summary: hush hangs when using some redirection
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-28 13:50 UTC by Mike Frysinger
Modified: 2009-05-02 12:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)