diff --git a/frontend/lb b/frontend/lb index 08aae45a2..67261a0aa 100755 --- a/frontend/lb +++ b/frontend/lb @@ -40,9 +40,6 @@ elif [ -x "local/live-build/scripts/build/${COMMAND}" ]; then elif [ -x /usr/lib/live/build/${COMMAND} ]; then # User has live-build installed in the system SCRIPT=/usr/lib/live/build/"${COMMAND}" -elif [ $(which "${COMMAND}") ]; then - # User has live-build commands in path - SCRIPT="${COMMAND}" else Echo_error "Unknown command: ${COMMAND}" exit 1