mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
the initial case has an empty directory, so force rm to avoid errors
This commit is contained in:
committed by
Sam Stephenson
parent
e9881119d8
commit
41c5ac5a33
@@ -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##*/}"
|
||||
|
||||
Reference in New Issue
Block a user