From 1da37c8789c09bde0a57c69f977ff2e2af829cba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 11 Mar 2013 16:20:13 +0100 Subject: [PATCH] Improving comment in lb about embedded live-build within config tree. --- bin/lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lb b/bin/lb index d5d88b284..a57577f94 100755 --- a/bin/lb +++ b/bin/lb @@ -59,7 +59,7 @@ case "${1}" in SCRIPT="${LIVE_BUILD}/scripts/build/${COMMAND}" elif [ -x "local/live-build/scripts/build/${COMMAND}" ] then - # User has live-build embedded in the config + # User has live-build copied locally in the config SCRIPT="local/live-build/scripts/build/${COMMAND}" elif [ -x /usr/lib/live/build/${COMMAND} ] then