Fixing typing error (wrong variable name).
This commit is contained in:
parent
779a9dbe2e
commit
eaadafff8e
|
@ -86,11 +86,11 @@ if [ -z "${LH_BOOTSTRAP_FLAVOUR}" ]
|
||||||
then
|
then
|
||||||
case "${LH_PACKAGES_LISTS}" in
|
case "${LH_PACKAGES_LISTS}" in
|
||||||
minimal|mini)
|
minimal|mini)
|
||||||
DEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --variant=buildd"
|
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=buildd"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
DEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --variant=${LH_BOOTSTRAP_FLAVOUR}"
|
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=${LH_BOOTSTRAP_FLAVOUR}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${LH_VERBOSE}" = "true" ]
|
if [ "${LH_VERBOSE}" = "true" ]
|
||||||
|
|
Loading…
Reference in New Issue