[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-76-g4de79b6

Daniel Baumann daniel at debian.org
Mon Nov 3 11:16:03 UTC 2008


The following commit has been merged in the master branch:
commit 9e24ac0cc0ff0b42daeb315e97c1cacb3c5dca5d
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Nov 2 12:55:04 2008 +0100

    Removing double warning symbol.

diff --git a/functions/echo.sh b/functions/echo.sh
index e578723..3413593 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -185,9 +185,9 @@ Echo_warning ()
 
 	if [ "${_L10N}" = "false" ]
 	then
-		printf "W: ${STRING}\n"
+		printf " ${STRING}\n"
 	else
-		printf "W: $(eval_gettext "${STRING}")" "${@}"; echo;
+		printf " $(eval_gettext "${STRING}")" "${@}"; echo;
 	fi
 }
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list