Selaa lähdekoodia

Style

pull/360/head^2
Sam Stephenson 15 vuotta sitten
vanhempi
commit
0c66f62c17
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +1
    -1
      bin/rbenv-rehash
  2. +2
    -2
      bin/rbenv-versions

+ 1
- 1
bin/rbenv-rehash Näytä tiedosto

@ -2,7 +2,7 @@
set -e
cd "$HOME/.rbenv/shims"
cd "${HOME}/.rbenv/shims"
rm *
for file in ../versions/*/bin/*; do

+ 2
- 2
bin/rbenv-versions Näytä tiedosto

@ -9,9 +9,9 @@ for path in ~/.rbenv/versions/*; do
version="${path##*/}"
if [ "$version" == "$RBENV_VERSION" ]; then
echo "* ${version##*/}"
echo "* $version"
else
echo " ${version##*/}"
echo " $version"
fi
fi
done

Ladataan…
Peruuta
Tallenna