提交 df71c2a2 编写于 作者: T Trevor Brown

Correct path to ruby-build in bin/install script.

上级 0a6764ce
......@@ -18,7 +18,7 @@ install_ruby() {
exit 1
fi
fetch_patches | ruby-build --patch "$version" "$install_path" ${RUBY_BUILD_OPTS:-}
fetch_patches | $(ruby_build_path) --patch "$version" "$install_path" ${RUBY_BUILD_OPTS:-}
}
fetch_patches() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册