From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sun, 19 Sep 2021 13:04:45 +0000 (+0000) Subject: MacOSX-Framework: remove redundant ';' X-Git-Tag: curl-7_80_0~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7759552b80c1b818454f8888b81eee23846294c9;p=thirdparty%2Fcurl.git MacOSX-Framework: remove redundant ';' Closes #7859 --- diff --git a/MacOSX-Framework b/MacOSX-Framework index c12fd7317e..3c8452774d 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`