Explorar el Código

rbenv 0.1.2

pull/360/head^2
Sam Stephenson hace 13 años
padre
commit
49ecbe147f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      libexec/rbenv

+ 1
- 1
libexec/rbenv Ver fichero

@ -21,7 +21,7 @@ export PATH="${libexec_path}:${PATH}"
command="$1"
case "$command" in
"" | "-h" | "--help" )
echo -e "rbenv 0.1.1\n$(rbenv-help)" >&2
echo -e "rbenv 0.1.2\n$(rbenv-help)" >&2
;;
* )
command_path="$(command -v "rbenv-$command" || true)"

Cargando…
Cancelar
Guardar