From 61f89fa1c22e2db725e7e5834b89fd34c5de180e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 12 Nov 2008 00:48:55 +0200 Subject: [PATCH] Replace tput sgr0 with ENDCOLOR. --- update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 272fde8..186dc56 100755 --- a/update.sh +++ b/update.sh @@ -50,7 +50,7 @@ if [ ! -z $TRUNK ]; then echo -e "Checking out repository: "$BLUE"trunk" $SVN checkout "$REPO/$TRUNK/po" $TRUNK fi - tput sgr0 + echo -e $ENDCOLOR if [ ! -e "$PREFIX-$TRUNK" ]; then mkdir "$PREFIX-$TRUNK" fi @@ -66,7 +66,7 @@ for BRANCH in $BRANCHES; do echo -e "Checking out repository: $BLUE$BRANCH" $SVN checkout "$REPO/branches/$BRANCH/po" $BRANCH fi - tput sgr0 + echo -e $ENDCOLOR if [ ! -e "$PREFIX-$BRANCH" ]; then mkdir "$PREFIX-$BRANCH" fi