Correcting typo in defaults for system variable.

This commit is contained in:
Daniel Baumann 2011-10-13 19:50:48 +02:00
parent 0da0a10a95
commit 9e2f545557
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Set_defaults ()
fi
# Setting system type
LB_SYSTEM="${LB_MODE:-live}"
LB_SYSTEM="${LB_SYSTEM:-live}"
# Setting mode (currently: debian, emdebian, progress, ubuntu and kubuntu)
LB_MODE="${LB_MODE:-debian}"