Ver código fonte

replace tab with spaces

pull/360/head^2
Shohei Yamasaki 11 anos atrás
pai
commit
2bbf49b2f5
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Ver arquivo

@ -11,7 +11,7 @@ for args in "$@"
do
if [ "$args" = "-" ]; then
print=1
shift
shift
fi
if [ "$args" = "--no-rehash" ]; then

Carregando…
Cancelar
Salvar