[Exit 1] was added to xcode-clt.sh for testing

This commit is contained in:
Andrey Mishechkin (GITHUB INC)
2020-10-21 21:11:35 +04:00
parent 81ad74e827
commit 8937675e2e

View File

@@ -40,4 +40,6 @@ while ! is_clt_installed; do
((retries--))
echo "Wait $sleepInterval seconds before the next check for installed Command Line Tools"
sleep $sleepInterval
done
done
exit 1