commit | d1e0be9e378a4a3c8ed51f4f802d7e7a314397e5 | [log] [tgz] |
---|---|---|
author | Lisa Nguyen <lisa.nguyen@linaro.org> | Tue Jan 27 13:57:02 2015 -0800 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Mon Feb 02 13:50:50 2015 -0800 |
tree | ea61041dfc926e531b9f9439539478ecfa6475c2 | |
parent | adf9df99d4d28e4e82aeb8189d0e9d102ab08103 [diff] |
Replace double equals with one for comparison Using double equals to evaluate whether two conditions are equal is considered BASH syntax. The POSIX compliant version uses one equal sign for evaluating. Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>