diff options
| author | 2018-12-03 14:32:36 -0800 | |
|---|---|---|
| committer | 2018-12-03 14:32:36 -0800 | |
| commit | 91d3383b45b82458598f5ff3b01d3b1fbacffa48 (patch) | |
| tree | 04cc4c0ef4f48ff1abb96f9b6a6b7d6268b3458d | |
| parent | 7f713c14e427872033b81d5db3162c69f8ce1883 (diff) | |
| parent | 602393351bd54af0f21f655d810f03f59a88c6cc (diff) | |
Merge "People don't read warnings." am: ea41708f12
am: 602393351b
Change-Id: Ic4b45ab93ddcba88e76700496a5f73db5e32d99a
| -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 |