From 14afc0b8141598d04553d72b44949cd62947a33a Mon Sep 17 00:00:00 2001 From: Laurent Vallar Date: Mon, 29 Apr 2013 11:12:55 +0200 Subject: [PATCH] Fix $LANG support --- boxes/debian/lxc-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/debian/lxc-template b/boxes/debian/lxc-template index b5fbbe0..823f7e2 100755 --- a/boxes/debian/lxc-template +++ b/boxes/debian/lxc-template @@ -73,7 +73,7 @@ send host-name "$hostname"; EOF echo 'dhcp hostname set' - if [ -z "${LANG}" ]; then + if [ ! -z "${LANG}" ]; then # set default locale cat < $rootfs/etc/locale.gen ${LANG} UTF-8