From a0a5bbfd1c9b6fc58d1b102ee56fb7d3b8b7bfcf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 27 Aug 2012 15:59:56 +0200 Subject: Dropping lb prefix from live-build scripts, not needed anymore. Previously, we needed to keep the lb_* prefix as the scripts could also be executed standalone. Since the lb wrapper is mandatory since squeeze, we can drop this now. --- bin/lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/lb') diff --git a/bin/lb b/bin/lb index 1dd6a66cd..00868b50a 100755 --- a/bin/lb +++ b/bin/lb @@ -40,7 +40,7 @@ case "${1}" in ;; *) - COMMAND="lb_${1}" + COMMAND="${1}" shift ENV="" @@ -74,7 +74,7 @@ case "${1}" in exit 1 fi - Echo "[%s] %s" "$(date +'%F %T')" "${COMMAND} $(echo ${@})" + Echo "[%s] %s" "$(date +'%F %T')" "lb ${COMMAND} $(echo ${@})" ${ENV} exec "${SCRIPT}" "${@}" ;; esac -- cgit v1.2.3