This website works better with JavaScript.
首頁
探索
說明
登入
isprogram
/
pyenv
镜像来自
https://github.com/pyenv/pyenv.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
Projects
0
版本發佈
240
Wiki
Activity
瀏覽代碼
the initial case has an empty directory, so force rm to avoid errors
pull/360/head^2
Jamis Buck
15 年之前
committed by
Sam Stephenson
父節點
e9881119d8
當前提交
41c5ac5a33
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/rbenv-rehash
+ 1
- 1
bin/rbenv-rehash
查看文件
@ -4,7 +4,7 @@ set -e
mkdir -p "${HOME}/.rbenv/shims"
cd "${HOME}/.rbenv/shims"
rm *
rm
-f
*
for file in ../versions/*/bin/*; do
ln -fs ../bin/rbenv-shim "${file##*/}"
Write
Preview
Loading…
取消
儲存