All Questions
Tagged with associative-array set
1 question
4
votes
2
answers
1k
views
Bash -v test doesn't work with associative arrays in 4.3.46
The -v unary operator that was introduced in version 4.2 to test if a variable is set or not does not appear to work in bash 4.3.46 on associative arrays.
I have some bash test code that I run ...