Removing wrong 'new-line' in running echo functions when using no color output.

This commit is contained in:
Daniel Baumann 2008-11-21 12:43:40 +01:00
parent 5166362009
commit 50c3576e0b
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ Echo_message_running ()
if [ "${_COLOR}" = "false" ]
then
printf "...\n"
printf "..."
else
printf "... ${YELLOW}${BLINK}running${NO_COLOR}"
fi
@ -164,7 +164,7 @@ Echo_verbose_running ()
if [ "${_COLOR}" = "false" ]
then
printf "...\n"
printf "..."
else
printf "... ${YELLOW}${BLINK}running${NO_COLOR}"
fi