From 50c3576e0bbb8793b2b144c5da9d7bf96089f4be Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 Nov 2008 12:43:40 +0100 Subject: Removing wrong 'new-line' in running echo functions when using no color output. --- functions/echo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/echo.sh b/functions/echo.sh index 9d828b8..c217dbd 100755 --- a/functions/echo.sh +++ b/functions/echo.sh @@ -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 -- cgit v1.0