The colors look bad on a white background, tone them back down to normal

intensity.

Also, bump the version to v0.90, I'll probably make a release of this since it
works for at least one person other than myself. ;)

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=409923
wilder
Michael Pyne 21 years ago
parent 52c914ff1e
commit d56f0243a5
  1. 8
      kdesvn-build

@ -703,9 +703,9 @@ sub initialize_environment
if(-t STDOUT and get_option('global', 'colorful-output'))
{
$RED = "\e[1;31m";
$GREEN = "\e[1;32m";
$YELLOW = "\e[1;33m";
$RED = "\e[31m";
$GREEN = "\e[32m";
$YELLOW = "\e[33m";
$NORMAL = "\e[0m";
$BOLD = "\e[1m";
}
@ -793,7 +793,7 @@ sub process_arguments
{
my $arg;
my $author = "Michael Pyne <michael.pyne\@kdemail.net>";
my $version = "kdesvn-build 0.88\n";
my $version = "kdesvn-build 0.90\n";
my @argv;
while ($_ = shift @ARGV)

Loading…
Cancel
Save