Merge pull request #1336 from marineam/systemd

systemd: fix systemd-escape's exit code
This commit is contained in:
Michael Marineau 2015-07-02 13:03:32 -07:00
commit 5d4eebf714
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then
# Use ~arch instead of empty keywords for compatibility with cros-workon # Use ~arch instead of empty keywords for compatibility with cros-workon
KEYWORDS="~amd64 ~arm64 ~arm ~x86" KEYWORDS="~amd64 ~arm64 ~arm ~x86"
else else
CROS_WORKON_COMMIT="e959b6061e981c152beaa9c7775ce1e893ceb8be" CROS_WORKON_COMMIT="9b174479806a66ff3a220a89291a38f8a4fed701"
KEYWORDS="amd64 arm64 ~arm ~x86" KEYWORDS="amd64 arm64 ~arm ~x86"
fi fi