Replace tput sgr0 with ENDCOLOR.

This commit is contained in:
Andrius Štikonas 2008-11-12 00:48:55 +02:00
bovenliggende baf9ae3215
commit 61f89fa1c2
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen

Bestand weergeven

@ -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