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

Go with paren-style function definition

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

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

@ -74,7 +74,7 @@ echo 'rbenv rehash 2>/dev/null'
commands=(`rbenv commands --sh`)
IFS="|"
cat <<EOS
function rbenv {
rbenv() {
command="\$1"
if [ "\$#" -gt 0 ]; then
shift

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