[SCM] debian-live branch, master, updated. 1.0_a48-1-79-g5977735

Daniel Baumann daniel at debian.org
Thu Aug 14 18:37:06 UTC 2008


The following commit has been merged in the master branch:
commit 5977735ed1df2c7411632a504090441cdecdd66b
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Aug 14 20:25:29 2008 +0200

    Adding generic echo function.

diff --git a/functions/echo.sh b/functions/echo.sh
index d865ddb..c5ec7e5 100755
--- a/functions/echo.sh
+++ b/functions/echo.sh
@@ -9,6 +9,14 @@
 
 set -e
 
+Echo ()
+{
+	STRING="${1}"
+	shift
+
+	printf "$(eval_gettext "${STRING}")" "${@}"; echo;
+}
+
 Echo_debug ()
 {
 	STRING="${1}"

-- 
debian-live



More information about the debian-live-changes mailing list