[SCM] live-config branch, debian-next, updated. debian/3.0_a43-1-4-g02d472d

Daniel Baumann daniel at debian.org
Wed Jul 18 23:47:28 UTC 2012


The following commit has been merged in the debian-next branch:
commit 02d472dd515e30f0048f9f6c9edacbba409b6ebb
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 19 01:47:51 2012 +0200

    Simplifying writing /etc/default/locale in locales script.

diff --git a/scripts/config/0050-locales b/scripts/config/0050-locales
index 012d1d5..116a764 100755
--- a/scripts/config/0050-locales
+++ b/scripts/config/0050-locales
@@ -99,7 +99,7 @@ Configure_locales ()
 		LANG="${_LANGUAGE}.${_CODEPAGE}"
 	fi
 
-	printf 'LANG="%s"\n' "${LANG}" > /etc/default/locale
+	echo "LANG=${LANG}" > /etc/default/locale
 
 	if [ -e /etc/locale.gen ]
 	then

-- 
live-config



More information about the debian-live-changes mailing list