ソースを参照

More argument quoting

pull/360/head^2
Sam Stephenson 15年前
コミット
fb31290b9d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/rbenv

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

@ -14,5 +14,5 @@ else
fi
shift 1
exec "$command_path" $*
exec "$command_path" "$@"
fi

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