diff options
author | Jeff Sharkey <jsharkey@android.com> | 2018-12-03 10:56:56 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@google.com> | 2018-12-03 10:58:42 -0700 |
commit | aaaf1b7a88894a1b7cddd4b830245b7985ca7ee1 (patch) | |
tree | bff0177ab3ddac93893c93b27c4a396e7594f689 | |
parent | 4627ad60204e9afae1b531007c1a35b7e5577695 (diff) |
People don't read warnings.
Bug: 113136846
Test: manual
Change-Id: If7e313b4f0fa90875795b24817553bbd9a8c60ff
-rwxr-xr-x | tools/aosp/aosp_sha.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aosp/aosp_sha.sh b/tools/aosp/aosp_sha.sh index e50c70d0656a..f25fcdcb7479 100755 --- a/tools/aosp/aosp_sha.sh +++ b/tools/aosp/aosp_sha.sh @@ -19,6 +19,6 @@ else echo "If your change contains no confidential details (such as security fixes), please" echo "upload and merge this change at https://android-review.googlesource.com/." echo - exit 77 + exit 1 fi fi |