This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
pyenv
镜像来自
https://github.com/pyenv/pyenv.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
241
Wiki
Activity
瀏覽代碼
Fix has_tar_xz_support function on FreeBSD. (
#1652
)
pull/1670/head
Filip Chabik
6 年之前
committed by
GitHub
父節點
af122400ed
當前提交
ea7b5c4aea
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
4AEE18F83AFDEB23
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 Jc
f -
/dev/null 1>/dev/null 2>&1
}
fetch_git() {
Write
Preview
Loading…
取消
儲存