mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
fix CL: + test modified scripts with tar.gz source
missed some of the changes
This commit is contained in:
parent
3bdb9bd1e7
commit
cb83169098
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue