This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
Browse Source
the initial case has an empty directory, so force rm to avoid errors
pull/360/head^2
Jamis Buck
15 years ago
committed by
Sam Stephenson
parent
e9881119d8
commit
41c5ac5a33
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/rbenv-rehash
+ 1
- 1
bin/rbenv-rehash
View File
@ -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…
Cancel
Save