Fix has_tar_xz_support function on FreeBSD. (#1652)
This commit is contained in:
parent
af122400ed
commit
ea7b5c4aea
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user