[SCM] Debian Live build scripts branch, master, updated. 1.0.1-2-6-g0e25a22
Daniel Baumann
daniel at debian.org
Fri Nov 21 11:45:00 UTC 2008
The following commit has been merged in the master branch:
commit 0e25a22569bca0e574a38e3ccfe555a30970f276
Author: Daniel Baumann <daniel at debian.org>
Date: Fri Nov 21 12:43:40 2008 +0100
Removing wrong 'new-line' in running echo functions when using no color output.
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
--
Debian Live build scripts
More information about the debian-live-changes
mailing list