commit | 87445f269a48e0a3d3bf5c66f7d8dcbb61171729 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Oct 15 17:10:46 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Oct 16 08:57:03 2018 -0700 |
tree | 907d0809833aa9b68a1b7c34ca37acb1fb0a40c7 | |
parent | 1962d57dfd73253cbbe6fa717356d2ca6183be79 [diff] |
cleanup: use double brackets instead of single [[ ... ]] reduces errors as no pathname expansion or word splitting takes place between [[ and ]]. In addition, [[ ... ]] allows for regular expression matching while [ ... ] does not. Change-Id: I3f085152d9ba21a72eff5d5dc301cc5b80226a70 Signed-off-by: Patrick Venture <venture@google.com>
Build script for CI jobs in Jenkins.