Is this a bug? These both output "q=1"

q=1
[[ ((q==1)) ]] && echo q=1

q=0
[[ ((q==1)) ]] && echo q=1

Reply via email to