From d0561821e401346fe29d56e1264c235fed77ae87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 27 Aug 2012 14:55:15 +0200 Subject: Calling local live-build embedded in config directly rather than to adjust path. --- functions/defaults.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 90d3ac416..b18d46549 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -15,8 +15,7 @@ Set_defaults () if [ -e local/live-build ] then LIVE_BUILD="${LIVE_BUILD:-${PWD}/local/live-build}" - PATH="${PWD}/local/live-build/scripts/build:${PATH}" - export LIVE_BUILD PATH + export LIVE_BUILD fi # Setting system type -- cgit v1.2.3