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}"