]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-ubuntu: Fix wrong variable name
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 29 Nov 2012 15:08:22 +0000 (10:08 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 29 Nov 2012 15:26:54 +0000 (10:26 -0500)
$LANGPACK_LIST was renamed to $langpacks but not all the code was updated.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-ubuntu

index 8d230e683bcc478bbec7037d7d0ab4098ae4ddcb..1e1d77c51dbfc0d421398fc342c9cb9b1fede28d 100644 (file)
@@ -179,7 +179,7 @@ download_ubuntu()
     langpacks="language-pack-en"
 
     if which dpkg >/dev/null 2>&1; then
-        langpacks=`(echo $LANGPACK_LIST &&
+        langpacks=`(echo $langpacks &&
                     dpkg -l | grep -E "^ii  language-pack-[a-z]* " |
                         cut -d ' ' -f3) | sort -u`
     fi