From 4a0aa5867f36c68d56d47f82fbafc312571a409a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Devernay?= Date: Wed, 17 Jan 2018 19:10:15 +0100 Subject: [PATCH] fix typo --- XcodeLegacy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XcodeLegacy.sh b/XcodeLegacy.sh index 0686849..8e5c523 100755 --- a/XcodeLegacy.sh +++ b/XcodeLegacy.sh @@ -203,7 +203,7 @@ xc7="$(( osx1011 != 0 ))" # The sole argument is the macOS version (e.g. 10.12) installSDK() { macos="$1" - macos_nodot="${macos//./}" + macosnodot="${macos//./}" if [ -d "$SDKDIR/SDKs/MacOSX${macos}.sdk" ]; then echo "*** Not installing MacOSX${macos}.sdk (found installed in $SDKDIR/SDKs/MacOSX${macos}.sdk, uninstall first to force install)" else