mirror of
https://github.com/rbenv/ruby-build.git
synced 2026-01-01 20:41:11 +01:00
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.
This commit is contained in:
parent
2f51dee3f0
commit
0bdd502ba8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue