瀏覽代碼

Fix has_tar_xz_support function on FreeBSD. (#1652)

pull/1670/head
Filip Chabik 6 年之前
committed by GitHub
父節點
當前提交
ea7b5c4aea
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plugins/python-build/bin/python-build

+ 1
- 1
plugins/python-build/bin/python-build 查看文件

@ -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…
取消
儲存