diff --git a/functions/defaults.sh b/functions/defaults.sh index b76809a72..26150ab9b 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -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