On 9/5/14, 5:30 PM, lolilolicon wrote: > In the `declare -p` output, I mean: > > % bash -c 'declare -A x; x=([foo]=bar [x]=y); declare -p x;' > declare -A x='([foo]="bar" [x]="y" )' > > Does it serve any purpose? Just curious. >
It's an artifact of how the code is written. There's no special meaning. -- ``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/