From 5d01d457d59c5236874fdef00fbc197ad5800580 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Thu, 17 Jan 2013 21:31:48 -0600 Subject: Correcting typo on functions/default.sh, thanks to jhcha54008 (Closes: #698397). --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') 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 -- cgit v1.2.3