From c6c1e8db086fa38c76bbd1d3a51df215a1887fc6 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(-) 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 -- cgit v1.2.3