On 29/11/18 10:01, Paolo Bonzini wrote:
>
> +if ($color =~ /^[01]$/) {
> + $color = !$color;
> +} elsif ($color =~ /^always$/i) {This first "if" is unnecessary, not sure why Linux has it (probably because it implements --nocolor differently). Paolo
