[Exit 1] has been removed from xcode-clt.sh

This commit is contained in:
Andrey Mishechkin (GITHUB INC)
2020-10-22 11:04:36 +04:00
parent d3f104b157
commit ca7a6c4028

View File

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