diff options
-rwxr-xr-x | functions/echo.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/echo.sh b/functions/echo.sh index 9d828b852..c217dbdf8 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 |