IFS regression in 55c46b7

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Thanks, Gerrit.
--
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

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux