Przeglądaj źródła

Remove leading `:`

pull/504/head^2
Kohei Suzuki 10 lat temu
rodzic
commit
3c7a13d81f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      libexec/rbenv-which

+ 2
- 1
libexec/rbenv-which Wyświetl plik

@ -23,7 +23,8 @@ remove_from_path() {
path_before="$result"
result="${result//:$path_to_remove:/:}"
done
echo "${result%:}"
result="${result%:}"
echo "${result#:}"
}
RBENV_COMMAND="$1"

Ładowanie…
Anuluj
Zapisz