This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
pyenv
镜像来自
https://github.com/pyenv/pyenv.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
241
Wiki
Activity
瀏覽代碼
v20141211 (
fixes
#288
)
pull/289/head
v20141211
Yamashita Yuu
11 年之前
父節點
fc49f7e21e
當前提交
d320d74a07
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libexec/pyenv---version
+1
-1
test/pyenv.bats
+ 1
- 1
libexec/pyenv---version
查看文件
@ -12,7 +12,7 @@
set -e
[ -n "$PYENV_DEBUG" ] && set -x
version="20141
127
"
version="20141
211
"
if cd "$PYENV_ROOT" 2>/dev/null; then
git_revision="$(git describe --tags HEAD 2>/dev/null || true)"
+ 1
- 1
test/pyenv.bats
查看文件
@ -5,7 +5,7 @@ load test_helper
@test "blank invocation" {
run pyenv
assert_success
assert [ "${lines[0]}" == "pyenv 20141
127
" ]
assert [ "${lines[0]}" == "pyenv 20141
211
" ]
}
@test "invalid command" {
Write
Preview
Loading…
取消
儲存