Package: mysqltuner
Version: 0.1rev29-1

When invoked with --nocolor option, the Status line of the Storage Engine Statistics still contains green or red colored words. Patch is provided as an attachement.

Kind regards,

cedric.
87,88c87,88
< sub redwrap { return "\e[00;31m".$_[0]."\e[00m"; }
< sub greenwrap { return "\e[00;32m".$_[0]."\e[00m"; }
---
> sub redwrap { ($opt{nocolor} == 0)? return "\e[00;31m".$_[0]."\e[00m" : return $_[0]; }
> sub greenwrap { ($opt{nocolor} == 0)? return "\e[00;32m".$_[0]."\e[00m" : return $_[0]; }
begin:vcard
fn:Cedric Lejeune
n:Lejeune;Cedric
org:ArcelorMittal Luxembourg;IT
adr:;;24-26 Boulevard d'Avranches;Luxembourg;;L-1160;Luxembourg
email;internet:[EMAIL PROTECTED]
title:System Administrator
tel;work:+352 4792 2078
tel;fax:+352 4792 89 2078
x-mozilla-html:FALSE
url:http://www.arcelormittal.com
version:2.1
end:vcard

Reply via email to