From aaaf1b7a88894a1b7cddd4b830245b7985ca7ee1 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Mon, 3 Dec 2018 10:56:56 -0700 Subject: People don't read warnings. Bug: 113136846 Test: manual Change-Id: If7e313b4f0fa90875795b24817553bbd9a8c60ff --- tools/aosp/aosp_sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-59-g8ed1b