From d56f0243a5aa1b15be4e0ddea44f686ed271de3c Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Fri, 6 May 2005 03:06:29 +0000 Subject: [PATCH] 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 --- kdesvn-build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kdesvn-build b/kdesvn-build index 426c9a8..9b76d86 100755 --- a/kdesvn-build +++ b/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 "; - my $version = "kdesvn-build 0.88\n"; + my $version = "kdesvn-build 0.90\n"; my @argv; while ($_ = shift @ARGV)