ソースを参照

Prevent $command from leaking outside of function

pull/360/head^2
Andrew Marshall 12年前
コミット
9c43fa9161
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      libexec/rbenv-init

+ 1
- 1
libexec/rbenv-init ファイルの表示

@ -86,7 +86,7 @@ commands=(`rbenv commands --sh`)
IFS="|"
cat <<EOS
rbenv() {
command="\$1"
local command="\$1"
if [ "\$#" -gt 0 ]; then
shift
fi

読み込み中…
キャンセル
保存