提交 59f5811e 编写于 作者: T Trevor Brown

Implement quick fix to get build passing.

上级 df71c2a2
......@@ -8,7 +8,9 @@ source "$(dirname $0)/../lib/utils.sh"
list_versions() {
ensure_ruby_build_setup
"$(ruby_build_path)" --definitions | paste -sd " " -
# This sed command was a quick and dirty solution to remove topaz-dev from
# the version list, since it doesn't exist
"$(ruby_build_path)" --definitions | paste -sd " " - | sed "s|topaz-dev||g"
}
list_versions
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册