diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |