diff options
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index a1040d786..5f93f4ac0 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -341,14 +341,6 @@ Set_defaults () ;; esac - # Setting templates - if [ -n "${LIVE_BUILD}" ] - then - LB_TEMPLATES="${LB_TEMPLATES:-${LIVE_BUILD}/templates}" - else - LB_TEMPLATES="${LB_TEMPLATES:-/usr/share/live/build/templates}" - fi - # Setting live build options _BREAKPOINTS="${_BREAKPOINTS:-false}" _COLOR="${_COLOR:-false}" |