Correcting accidentally unconditional default for linux-flavours in progress mode.

This commit is contained in:
Daniel Baumann 2011-06-02 22:55:18 +02:00
parent 3f36f6ba4b
commit 3cd5375fbd
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ Set_defaults ()
i386)
case "${LB_MODE}" in
progress)
LB_LINUX_FLAVOURS="686"
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686}"
;;
ubuntu)