Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455).
This commit is contained in:
parent
608f11e2cc
commit
9f865fce29
|
@ -39,7 +39,7 @@ case "${1}" in
|
|||
;;
|
||||
|
||||
*)
|
||||
COMMAND="${1}"
|
||||
COMMAND="lb_${1}"
|
||||
shift
|
||||
|
||||
if [ -x "${LB_BASE}/scripts/build/${COMMAND}" ]
|
||||
|
|
Loading…
Reference in New Issue