We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5164fd0 commit 4a0aa58Copy full SHA for 4a0aa58
XcodeLegacy.sh
@@ -203,7 +203,7 @@ xc7="$(( osx1011 != 0 ))"
203
# The sole argument is the macOS version (e.g. 10.12)
204
installSDK() {
205
macos="$1"
206
- macos_nodot="${macos//./}"
+ macosnodot="${macos//./}"
207
if [ -d "$SDKDIR/SDKs/MacOSX${macos}.sdk" ]; then
208
echo "*** Not installing MacOSX${macos}.sdk (found installed in $SDKDIR/SDKs/MacOSX${macos}.sdk, uninstall first to force install)"
209
else
0 commit comments