Explorar el Código

the initial case has an empty directory, so force rm to avoid errors

pull/360/head^2
Jamis Buck hace 15 años
cometido por Sam Stephenson
padre
commit
41c5ac5a33
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/rbenv-rehash

+ 1
- 1
bin/rbenv-rehash Ver fichero

@ -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##*/}"

Cargando…
Cancelar
Guardar