Skip to content

Commit 4a0aa58

Browse files
authored
fix typo
1 parent 5164fd0 commit 4a0aa58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XcodeLegacy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ xc7="$(( osx1011 != 0 ))"
203203
# The sole argument is the macOS version (e.g. 10.12)
204204
installSDK() {
205205
macos="$1"
206-
macos_nodot="${macos//./}"
206+
macosnodot="${macos//./}"
207207
if [ -d "$SDKDIR/SDKs/MacOSX${macos}.sdk" ]; then
208208
echo "*** Not installing MacOSX${macos}.sdk (found installed in $SDKDIR/SDKs/MacOSX${macos}.sdk, uninstall first to force install)"
209209
else

0 commit comments

Comments
 (0)