mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
the initial case has an empty directory, so force rm to avoid errors
This commit is contained in:
parent
e9881119d8
commit
41c5ac5a33
1 changed files with 1 additions and 1 deletions
|
@ -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##*/}"
|
||||
|
|
Loading…
Reference in a new issue