Commit 89573feb by Stéphane Graber

lxc-ubuntu: Fix wrong variable name

$LANGPACK_LIST was renamed to $langpacks but not all the code was updated. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent 1e1f8eeb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment