Commit 0bdd502b authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -73,7 +73,8 @@ colorize() {

build_failed() {
  { echo
    echo "BUILD FAILED"
    colorize 1 "BUILD FAILED"
    echo " ($(version))"
    echo

    if ! rmdir "${BUILD_PATH}" 2>/dev/null; then