From 3cd5375fbd5c53d752a60e1106a9e775969ee326 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Jun 2011 22:55:18 +0200 Subject: Correcting accidentally unconditional default for linux-flavours in progress mode. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/defaults.sh b/functions/defaults.sh index 2aa677fe2..9610ac291 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -615,7 +615,7 @@ Set_defaults () i386) case "${LB_MODE}" in progress) - LB_LINUX_FLAVOURS="686" + LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686}" ;; ubuntu) -- cgit v1.2.3