summaryrefslogtreecommitdiff
path: root/lib/color.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/color.rb')
-rw-r--r--lib/color.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/color.rb b/lib/color.rb
index 23feecf4071..4eabe249c18 100644
--- a/lib/color.rb
+++ b/lib/color.rb
@@ -17,7 +17,7 @@ module Color
def command(string)
`#{string}`
- if $?.to_i > 0
+ if $?.to_i > 0
puts red " == #{string} - FAIL"
puts red " == Error during configure"
exit