Explorar el Código

Create ~/.rbenv/shims if it doesn't exist

pull/360/head^2
Sam Stephenson hace 15 años
padre
commit
355e7c1c96
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      bin/rbenv-rehash

+ 1
- 0
bin/rbenv-rehash Ver fichero

@ -2,6 +2,7 @@
set -e set -e
mkdir -p "${HOME}/.rbenv/shims"
cd "${HOME}/.rbenv/shims" cd "${HOME}/.rbenv/shims"
rm * rm *

Cargando…
Cancelar
Guardar