On 10/16/15 8:55 PM, isabella parakiss wrote: > ${array[@]@A} splits the values. > > $ a=("a b" "c d"); printf "<%s>" "${a[@]@A}" > <declare><-a><a=([0]="a><b"><[1]="c><d")>
Thanks for the report. This will be fixed in the next bash release. (BTW, your patch does not result in a valid declare command with a correct compound assignment.) Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/