On 9/11/12 10:40 AM, Philippe Wang wrote:
> Bash Version: 4.2
> Patch Level: 0
> Release Status: release
>
> Description:
> "break" keyword inside a while-condition doesn't work as expected : it
> breaks the wrong loop.
>
>
> Repeat-By:
> # 1) should raise a parsing error (but it doesn't)
On Tuesday, September 11, 2012 04:40:41 PM Philippe Wang wrote:
> Repeat-By:
> # 1) should raise a parsing error (but it doesn't)
> while break ; true ; do true ; done
This doesn't cause a parsing error in any shell I have to test with. I don't
see why it would.
> # 2) should break the o