From ce8f7aa642c498deacc39571887db6914f6c56ed Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Thu, 1 Feb 2024 12:45:27 -0600 Subject: [PATCH] remove duplicate toolsdir --- build_python_framework_pkgs.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/build_python_framework_pkgs.zsh b/build_python_framework_pkgs.zsh index 61ad741..de37d32 100755 --- a/build_python_framework_pkgs.zsh +++ b/build_python_framework_pkgs.zsh @@ -22,7 +22,6 @@ XCODE_PATH="/Applications/Xcode_15.2.app" XCODE_NOTARY_PATH="$XCODE_PATH/Contents/Developer/usr/bin/notarytool" XCODE_STAPLER_PATH="$XCODE_PATH/Contents/Developer/usr/bin/stapler" NEWSUBBUILD=$((80620 + $(/usr/bin/git rev-parse HEAD~0 | xargs -I{} /usr/bin/git rev-list --count {}))) -TOOLSDIR=$(dirname $0) # Sanity Checks ## Type Check