Aaron Davies
2015-09-20 21:57:11 UTC
found this while trying to answer this stackoverflow question http://stackoverflow.com/questions/30321798
imao it shouldn't be stateful like this
typeset -a a
a+=(1)
0a+=(1)
unset a[0]
typeset -p a
typeset -a a=([0]=)typeset -p a
a+=(1)
1typeset -p a
typeset -a a=([1]=1)imao it shouldn't be stateful like this
--
Aaron Davies
***@gmail.com
Aaron Davies
***@gmail.com