浏览代码

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

正在加载...
取消
保存