[SCM] live-config branch, debian, updated. debian/3.0_b1-1

Daniel Baumann daniel at debian.org
Wed Jul 25 13:24:11 UTC 2012


The following commit has been merged in the debian branch:
commit 5d0e6e6821b289d17a72bef5b96a0f7db439996b
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Jul 19 01:47:25 2012 +0200

    Correcting wrong variable to make language assignments in locales script actually work.

diff --git a/scripts/config/0050-locales b/scripts/config/0050-locales
index 6cff3cd..012d1d5 100755
--- a/scripts/config/0050-locales
+++ b/scripts/config/0050-locales
@@ -53,7 +53,7 @@ Configure_locales ()
 		_SET_LOCALE="true"
 	fi
 
-	_LANGUAGE="$(echo $locale | cut -d. -f1)"
+	_LANGUAGE="$(echo ${_LOCALE} | cut -d. -f1)"
 	export _LANGUAGE
 
 	if [ -z "${_SET_LOCALE}" ]

-- 
live-config



More information about the debian-live-changes mailing list