Use proper exit code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2013-06-07 11:14:37 +00:00
parent f4a66d2005
commit 451ee21d14

View File

@ -107,4 +107,4 @@ else
tag_release_candidate
fi
exit 1
exit 0