瀏覽代碼

Go with paren-style function definition

pull/360/head^2
Sam Stephenson 12 年之前
父節點
當前提交
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…
取消
儲存