Sfoglia il codice sorgente

replace tab with spaces

pull/360/head^2
Shohei Yamasaki 13 anni fa
parent
commit
2bbf49b2f5
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