From 304e0fce7fdd06396c57eeabbb46bb714605627c Mon Sep 17 00:00:00 2001
From: Antonio Terceiro <terceiro@softwarelivre.org>
Date: Thu, 15 Jan 2009 18:48:34 -0300
Subject: Fixing message for i18n compatibiliy

---
 helpers/lh_config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.0