This commit is contained in:
Jean-Marie RENOUARD 2018-02-22 15:35:31 +01:00
parent 6d95d8642c
commit 8fda1dc284

View file

@ -198,7 +198,7 @@ open( $fh, '>', $outputfile )
or die("Fail opening $outputfile")
if defined($outputfile);
$opt{nocolor} = 1 if defined($outputfile);
$opt{nocolor} = 1 unless(-t STDOUT);
# Setting up the colors for the print styles
my $me = `whoami`;
$me =~ s/\n//g;