Sfoglia il codice sorgente

Merge pull request #367 from shoyan/master

replace tab with spaces
pull/360/head^2
Sam Stephenson 11 anni fa
parent
commit
382db59cd0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init Vedi File

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

Caricamento…
Annulla
Salva