[SCM] Debian Live build scripts branch, master, updated. 1.0.2-4-13-gd07830f

Daniel Baumann daniel at debian.org
Thu Jan 15 23:26:59 UTC 2009


The following commit has been merged in the master branch:
commit d07830fb48af97855f4812fcdfa4c6863d249b94
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Jan 15 18:48:34 2009 -0300

    Fixing message for i18n compatibiliy

diff --git a/helpers/lh_config b/helpers/lh_config
index 2c20d30..2cb1126 100755
--- a/helpers/lh_config
+++ b/helpers/lh_config
@@ -158,7 +158,7 @@ Local_arguments ()
 					VERSION_DPKG="$(dpkg-query -f='${Version}' --show live-helper)"
 				fi
 
-				echo "${0}: This is live-helper version ${VERSION_DPKG:-${VERSION}}"
+				Echo "%s: This is live-helper version %s" "${0}" "${VERSION_DPKG:-${VERSION}}"
 
 				# Dump conffile contents
 				Print_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list