summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 4eaed045b..c2cd70f9d 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -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