Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay authored Jan 17, 2018
1 parent 5164fd0 commit 4a0aa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XcodeLegacy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a0aa58

Please sign in to comment.