B2G-flash-tool icon indicating copy to clipboard operation
B2G-flash-tool copied to clipboard

Fixing typo, according to man test, string equality is tested with = not ==

Open delapuente opened this issue 11 years ago • 2 comments

delapuente avatar Aug 04 '14 11:08 delapuente

I've detected the use of == in more places. If you want me to replace all of them, just say it and I will be glad to change them:

delapuente avatar Aug 04 '14 11:08 delapuente

I found that there is no difference between == and =. The == should works on your environment.

Ref: http://www.tldp.org/LDP/abs/html/refcards.html#AEN22473 http://stackoverflow.com/questions/3265803/bash-string-equality

askeing avatar Aug 06 '14 02:08 askeing