Skip to content

Commit 601dccf

Browse files
authored
Merge pull request #283 from SimonRit/gtar
2 parents 103f655 + d84bea5 commit 601dccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/macpython-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [[ ! -f ITKPythonBuilds-macosx${tarball_arch}.tar.zst ]]; then
5454
fi
5555
unzstd --long=31 ITKPythonBuilds-macosx${tarball_arch}.tar.zst -o ITKPythonBuilds-macosx${tarball_arch}.tar
5656
PATH="$(dirname $(brew list gnu-tar | grep gnubin)):$PATH"
57-
tar xf ITKPythonBuilds-macosx${tarball_arch}.tar --checkpoint=10000 --checkpoint-action=dot
57+
gtar xf ITKPythonBuilds-macosx${tarball_arch}.tar --checkpoint=10000 --checkpoint-action=dot
5858
rm ITKPythonBuilds-macosx${tarball_arch}.tar
5959

6060
# Optional: Update build scripts

0 commit comments

Comments
 (0)