Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455).

This commit is contained in:
Daniel Baumann 2010-09-12 21:01:06 +02:00
parent 608f11e2cc
commit 9f865fce29
80 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ case "${1}" in
;;
*)
COMMAND="${1}"
COMMAND="lb_${1}"
shift
if [ -x "${LB_BASE}/scripts/build/${COMMAND}" ]