]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
MacOSX-Framework: remove redundant ';'
authora1346054 <36859588+a1346054@users.noreply.github.com>
Sun, 19 Sep 2021 13:04:45 +0000 (13:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Oct 2021 06:08:14 +0000 (08:08 +0200)
Closes #7859

MacOSX-Framework

index c12fd7317e6940c2dfdb14995a5a621ae8d91a8b..3c8452774dc835b98354b3001633d04e987ab7c6 100755 (executable)
@@ -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`