From 8077c35725beb055cbeeea1eed3556d6bc6207df Mon Sep 17 00:00:00 2001 From: shark Date: Mon, 19 Aug 2019 22:41:11 +0000 Subject: [PATCH] Update 'bedrock-linux-99.99.99-x86_64.sh' --- bedrock-linux-99.99.99-x86_64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedrock-linux-99.99.99-x86_64.sh b/bedrock-linux-99.99.99-x86_64.sh index b6f9560..f8241d0 100644 --- a/bedrock-linux-99.99.99-x86_64.sh +++ b/bedrock-linux-99.99.99-x86_64.sh @@ -20,7 +20,7 @@ if ver_cmp_first_newer ${current_version} ${newest_version}; then echo "Building for the first time. Building Bedrock Linux version ${newest_version}" else echo "Up to date with the latest commit, nothing to do." - exit + exit_success fi else echo "Building Bedrock Linux version ${newest_version}"