summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-19 13:04:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2021-10-15 08:08:14 +0200
commit7759552b80c1b818454f8888b81eee23846294c9 (patch)
tree6ca76b67608a43415e7a82e02b2be739e19c65ac
parentd79a2664ae719cf18526b7767a84b92c3bd24eed (diff)
downloadcurl-7759552b80c1b818454f8888b81eee23846294c9.tar.gz
MacOSX-Framework: remove redundant ';'
Closes #7859
-rwxr-xr-xMacOSX-Framework2
1 files changed, 1 insertions, 1 deletions
diff --git a/MacOSX-Framework b/MacOSX-Framework
index c12fd7317..3c8452774 100755
--- a/MacOSX-Framework
+++ b/MacOSX-Framework
@@ -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`