commit | 30ec0c46175cc9e03caf9f3d9670fa1c3fd009a3 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Oct 22 11:56:27 2018 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Oct 30 01:15:44 2018 +0000 |
tree | 44f4aa6affa04bccdc71a819202fbde4c38d06d7 | |
parent | 1d1565174fc86805a40d33621b01c280f769ae41 [diff] |
scripts: format-code.sh: use double braces Use double braces in format-code.sh [[ ... ]] 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: Ie74e625edd8b3f6f9b4c4ec2a9dce14983c73643 Signed-off-by: Patrick Venture <venture@google.com>
Build script for CI jobs in Jenkins.