Commit 0bdd502b by Mislav Marohnić

Indicate ruby-build version number on build failures

This might save us from having to ask people which version they have
installed when they paste us build output from the console.
parent 2f51dee3
...@@ -73,7 +73,8 @@ colorize() { ...@@ -73,7 +73,8 @@ colorize() {
build_failed() { build_failed() {
{ echo { echo
echo "BUILD FAILED" colorize 1 "BUILD FAILED"
echo " ($(version))"
echo echo
if ! rmdir "${BUILD_PATH}" 2>/dev/null; then if ! rmdir "${BUILD_PATH}" 2>/dev/null; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment