On Thu, May 13, 2010 at 11:50:17PM +0000, Gerrit Pape wrote: > Hi, commit 55c46b7 introduces a regression in IFS handling, see > http://bugs.debian.org/581351 > > To reproduce, run > $ echo a:b |src/dash -c 'IFS=: read a b; echo $a $b' > > with dash built from 55c46b7^: > $ echo a:b |src/dash -c 'IFS=: read a b; echo $a $b' > a b > > with 55c46b7 and HEAD > $ echo a:b |src/dash -c 'IFS=: read a b; echo $a $b' > a:b It appears to be fixed in the latest tree. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html