Correcting typo on functions/default.sh, thanks to jhcha54008 <jhcha54008@free.fr> (Closes: #698397).

This commit is contained in:
Richard Nelson 2013-01-17 21:31:48 -06:00 committed by Daniel Baumann
parent 7fa85c4ac2
commit fc7c8e019d
1 changed files with 1 additions and 1 deletions

View File

@ -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