On 12/28/16 8:09 PM, Peter & Kelly Passchier wrote:
> Is this a bug? These both output "q=1"
> 
> q=1
> [[ ((q==1)) ]] && echo q=1
> 
> q=0
> [[ ((q==1)) ]] && echo q=1
> 

No. These both end up checking whether the length of the string "q==1" is
non-zero, which it is.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to