浏览代码

replace tab with spaces

pull/360/head^2
Shohei Yamasaki 11 年前
父节点
当前提交
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

正在加载...
取消
保存