Bug#522844: dash: Accepts non-POSIX for syntax

2010-10-07 Thread Jonathan Nieder
clone 522844 -1 retitle -1 posh: Accepts non-POSIX for syntax reassign -1 posh 0.8.6 severity 522844 wishlist tags 522844 + wontfix quit Reuben Thomas wrote: dash accepts the following syntax: for i; do... but this is not correct POSIX syntax, as documented here:

Bug#522844: dash: Accepts non-POSIX for syntax

2009-04-06 Thread Reuben Thomas
Package: dash Version: 0.5.4-12 Severity: normal dash accepts the following syntax: for i; do... but this is not correct POSIX syntax, as documented here: http://www.opengroup.org/onlinepubs/95399/utilities/xcu_chap02.html#tag_02 where it says: for name [ in [word ... ]]do