fix CL: + test modified scripts with tar.gz source

missed some of the changes
This commit is contained in:
Ivan Pozdeev 2024-12-07 14:27:29 +03:00
parent 3bdb9bd1e7
commit cb83169098

View File

@ -558,7 +558,7 @@ download_tarball() {
}
has_tar_xz_support() {
tar Jcf - /dev/null 1>/dev/null 2>&1
[[ -z $_PYTHON_BUILD_FORCE_SKIP_XZ ]] && tar Jcf - /dev/null 1>/dev/null 2>&1
}
fetch_git() {