i18n/parse-i18n.sh: fix locale.conf caused by 4dbc1d1bb3dcbb173b02
authorHarald Hoyer <harald@redhat.com>
Thu, 22 Nov 2012 10:58:37 +0000 (11:58 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 22 Nov 2012 10:59:10 +0000 (11:59 +0100)
https://bugzilla.redhat.com/show_bug.cgi?id=870632

modules.d/10i18n/parse-i18n.sh

index 5a3d804..9427194 100755 (executable)
@@ -26,8 +26,8 @@ inst_key_val '' /etc/vconsole.conf vconsole.font.unimap FONT_UNIMAP -d UNIMAP
 inst_key_val 1  /etc/vconsole.conf vconsole.font.unicode UNICODE vconsole.unicode
 inst_key_val '' /etc/vconsole.conf vconsole.keymap.ext  EXT_KEYMAP
 
-inst_key_val '' /etc/locale.conf   LANG        locale.LANG
-inst_key_val '' /etc/locale.conf   LC_ALL      locale.LC_ALL
+inst_key_val '' /etc/locale.conf   locale.LANG   LANG
+inst_key_val '' /etc/locale.conf   locale.LC_ALL LC_ALL
 
 if [ -f /etc/locale.conf ]; then
     . /etc/locale.conf