ソースを参照

replace tab with spaces

pull/360/head^2
Shohei Yamasaki 13年前
コミット
2bbf49b2f5
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      libexec/rbenv-init

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

@ -11,7 +11,7 @@ for args in "$@"
do
if [ "$args" = "-" ]; then
print=1
shift
shift
fi
if [ "$args" = "--no-rehash" ]; then

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