DescriptionFix case error in install-build-deps.sh
It appears the "*" path in the case statement is never
matched due to the double-quotes (tested with bash 4.3.11 on
Trusty 14.04). Removing the quoting aligns with other case
statements in the script, and solves the problem. This bug
made https://codereview.chromium.org/2650823010 not have any
effect, which was discovered when deploying ARM 64 bots for
WebRTC.
BUG=684356, webrtc:7024
Review-Url: https://codereview.chromium.org/2790453002
Cr-Commit-Position: refs/heads/master@{#460733}
Committed: https://chromium.googlesource.com/chromium/src/+/95504aea9818ec4e593358d0373f9c41531a3b67
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|