1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 12:03:49 -05:00

Fix has_tar_xz_support function on FreeBSD. (#1652)

This commit is contained in:
Filip Chabik
2020-07-22 15:10:56 +02:00
committed by GitHub
parent af122400ed
commit ea7b5c4aea

View File

@@ -504,7 +504,7 @@ download_tarball() {
}
has_tar_xz_support() {
tar Jc /dev/null 1>/dev/null 2>&1
tar Jcf - /dev/null 1>/dev/null 2>&1
}
fetch_git() {