File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ if [[ ! -f ITKPythonBuilds-macosx${tarball_arch}.tar.zst ]]; then
5555fi
5656unzstd --long=31 ITKPythonBuilds-macosx${tarball_arch} .tar.zst -o ITKPythonBuilds-macosx${tarball_arch} .tar
5757PATH=" $( dirname $( brew list gnu-tar | grep gnubin) ) :$PATH "
58- gtar xf ITKPythonBuilds-macosx${tarball_arch} .tar --checkpoint=10000 --checkpoint-action=dot \
58+ gtar xf ITKPythonBuilds-macosx${tarball_arch} .tar --warning=no-unknown-keyword -- checkpoint=10000 --checkpoint-action=dot \
5959 ITKPythonPackage/ITK-source \
6060 ITKPythonPackageRequiredExtractionDir.txt \
6161 ITKPythonPackage/scripts
@@ -64,7 +64,7 @@ gtar xf ITKPythonBuilds-macosx${tarball_arch}.tar --checkpoint=10000 --checkpoin
6464args=( " $@ " )
6565source ITKPythonPackage/scripts/macpython-build-common.sh
6666for version in " $PYTHON_VERSIONS " ; do
67- gtar xf ITKPythonBuilds-macosx${tarball_arch} .tar --checkpoint=10000 --checkpoint-action=dot \
67+ gtar xf ITKPythonBuilds-macosx${tarball_arch} .tar --warning=no-unknown-keyword -- checkpoint=10000 --checkpoint-action=dot \
6868 --wildcards " ITKPythonPackage/ITK-${version} -macosx*" \
6969 " ITKPythonPackage/venvs/${version} "
7070done
You can’t perform that action at this time.
0 commit comments