Skip to content

Commit 1785320

Browse files
committed
small changes
1 parent dd97ea1 commit 1785320

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ no_customization/*
88
opinionated/*
99
recommended/*
1010
outputs/*
11+
build_info.txt

build_python_framework_pkgs.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PIPCACHEDIR="/Users/${CONSOLEUSER}/Library/Caches/pip"
2121
XCODE_PATH="/Applications/Xcode_14.1.app"
2222
XCODE_NOTARY_PATH="$XCODE_PATH/Contents/Developer/usr/bin/notarytool"
2323
XCODE_STAPLER_PATH="$XCODE_PATH/Contents/Developer/usr/bin/stapler"
24-
NEWSUBBUILD=$((80620 + $(git rev-parse HEAD~0 | xargs -I{} git rev-list --count {})))
24+
NEWSUBBUILD=$((80620 + $(/usr/bin/git rev-parse HEAD~0 | xargs -I{} /usr/bin/git rev-list --count {})))
2525

2626
# Sanity Checks
2727
## Type Check

0 commit comments

Comments
 (0)