Преглед изворни кода

rbenv 0.1.2

pull/360/head^2
Sam Stephenson пре 13 година
родитељ
комит
49ecbe147f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      libexec/rbenv

+ 1
- 1
libexec/rbenv Прегледај датотеку

@ -21,7 +21,7 @@ export PATH="${libexec_path}:${PATH}"
command="$1"
case "$command" in
"" | "-h" | "--help" )
echo -e "rbenv 0.1.1\n$(rbenv-help)" >&2
echo -e "rbenv 0.1.2\n$(rbenv-help)" >&2
;;
* )
command_path="$(command -v "rbenv-$command" || true)"

Loading…
Откажи
Сачувај