Correcting typo on functions/default.sh, thanks to jhcha54008 <jhcha54008@free.fr> (Closes: #698397).
This commit is contained in:
parent
578392f661
commit
c6c1e8db08
|
@ -358,7 +358,7 @@ Set_defaults ()
|
|||
esac
|
||||
|
||||
# Setting templates
|
||||
if [ -n "${LIVE_BUID}" ]
|
||||
if [ -n "${LIVE_BUILD}" ]
|
||||
then
|
||||
LB_TEMPLATES="${LB_TEMPLATES:-${LIVE_BUILD}/templates}"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue