Correcting typo on functions/default.sh, thanks to jhcha54008 <jhcha54008@free.fr> (Closes: #698397).
This commit is contained in:
parent
7fa85c4ac2
commit
fc7c8e019d
|
@ -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