From ea0cddfd5e1d22d663d44dfcbeedd8c6c05e5309 Mon Sep 17 00:00:00 2001 From: "Joshua A. Horton" Date: Tue, 27 Jun 2023 10:55:41 +0700 Subject: [PATCH] chore(ios): forgot to cleanup an in-dev line (sigh) --- ios/engine/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ios/engine/build.sh b/ios/engine/build.sh index 74df0eca5f..bcf909f2d4 100755 --- a/ios/engine/build.sh +++ b/ios/engine/build.sh @@ -6,8 +6,6 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")" . "${THIS_SCRIPT%/*/*}/../resources/build/build-utils.sh" ## END STANDARD BUILD SCRIPT INCLUDE -exit 1 - # This script runs from its own folder cd "$(dirname "$THIS_SCRIPT")"