The following line in a bash script:
declare -A aa
results in the following error:
./test: line 57: declare: -A: invalid option
Which I would have expected if I were running pre v4, but I'm on OS X Sierra 10.12.6 running GNU Bash 4.4.12.
The following line in a bash script:
declare -A aa
results in the following error:
./test: line 57: declare: -A: invalid option
Which I would have expected if I were running pre v4, but I'm on OS X Sierra 10.12.6 running GNU Bash 4.4.12.