commit | e283ce414e749e599d0ffad31897bc5e25450cad | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Wed Jul 29 11:37:51 2020 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Wed Jul 29 21:23:47 2020 +0000 |
tree | 3b27bfdcc814d2c3a070b1472e4ee234ea2938a8 | |
parent | d60dc3929d21050730bb8a4ae16e3bb3f3a7e36e [diff] [blame] |
Update language to comply with Android's inclusive language guidance More details in: https://source.android.com/setup/contribute/respectful-code Bug: 161896447 Test: build, run unittests Change-Id: I6a7136b01ecce948a3997c60b7dcec848331e8ef
diff --git a/scripts/brillo_update_payload b/scripts/brillo_update_payload index 4b581fb..9bae74e 100755 --- a/scripts/brillo_update_payload +++ b/scripts/brillo_update_payload
@@ -896,7 +896,7 @@ check_update_payload ${PAYCHECK_ARGS[@]} --check } -# Sanity check that the real generator exists: +# Check that the real generator exists: [[ -x "${GENERATOR}" ]] || GENERATOR="$(which delta_generator || true)" [[ -x "${GENERATOR}" ]] || die "can't find delta_generator"