MacOSX-Framework: remove redundant ';'

Closes #7859
This commit is contained in:
a1346054 2021-09-19 13:04:45 +00:00 committed by Daniel Stenberg
parent d79a2664ae
commit 7759552b80
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -55,7 +55,7 @@ DEVELOPER_PATH=`xcode-select --print-path`
if test -d "$DEVELOPER_PATH/Platforms/MacOSX.platform/Developer/SDKs"; then
SDK_PATH="$DEVELOPER_PATH/Platforms/MacOSX.platform/Developer/SDKs"
else
SDK_PATH="$DEVELOPER_PATH/SDKs";
SDK_PATH="$DEVELOPER_PATH/SDKs"
fi
OLD_SDK=`ls $SDK_PATH|head -1`
NEW_SDK=`ls -r $SDK_PATH|head -1`