Sorry I couldn't use bugbash - I don't work with source.
I've attached a complete description of the bug.
Regards,
Rob Robason
Driving Breakthrough Performance in Software Product Quality and
Development Practices
Phone:
925-825-1512
Home:
Co
ne 2
3
[cntl-D]
$ echo "${#myarr...@]}"
3
$
mapfile/readarray redirection:
$ ls -a > foo
$ readarray myArray < foo
$ echo "${#myarr...@]}"
6
$
read -a redirection:
$ ls -a > foo
$ read -a myArray < foo
$ echo "${#myarr...@]}"
1
$
Rob Robason
r...@robason.net
925-825-1512