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