summaryrefslogtreecommitdiff
path: root/frontend/cli/lb
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cli/lb')
-rwxr-xr-xfrontend/cli/lb4
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/cli/lb b/frontend/cli/lb
index e2862cdcc..63e46a9e0 100755
--- a/frontend/cli/lb
+++ b/frontend/cli/lb
@@ -67,10 +67,6 @@ case "${1}" in
then
# User has live-build copied locally in the system
SCRIPT="${LIVE_BUILD}/scripts/build/${COMMAND}"
- elif [ -x "${LIVE_BUILD}/components/${COMMAND}" ]
- then
- # User has live-build copied locally in the system
- SCRIPT="${LIVE_BUILD}/components/${COMMAND}"
elif [ -x "local/live-build/scripts/build/${COMMAND}" ]
then
# User has live-build copied locally in the config