| Summary: | hush bug : broken while | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Denis.Ryndine |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Denis.Ryndine
2013-04-05 12:42:52 UTC
[ 3 -lt 3 ]; echo $? 1 [ 3 -lt 3 ] && true; echo $? 1 So then seems broken while? Thanks for reporting it. Fixed in git: commit 3beab83e4f7f4213c185737e95dc4895f0059dd6 Author: Denys Vlasenko <vda.linux@googlemail.com> Date: Sun Apr 7 18:16:58 2013 +0200 hush: fix for "while false && true; do echo BUG; break; done" |