DescriptionFix install-build-deps.sh --quick-check
The algorithm we were using to parse the output of dpkg-query was out of date because the format changed.
This CL tries to make as little assumptions as possible about the output of dpkg-query, using the return code to determine failure instead of the output. However, we still rely on the last word of an error message being a package name, although this is only used to display which packages are missing.
BUG=666937
R=mmoss@chromium.org,dpranke@chromium.org
Committed: https://crrev.com/73b3a441a128d14c81bed7afc981d35f0f401f1d
Cr-Commit-Position: refs/heads/master@{#433327}
Patch Set 1 #
Messages
Total messages: 14 (6 generated)
|