From b6da4aec0426e111f06b2693c292cc57cc8c9e5a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 27 Aug 2012 15:16:09 +0200 Subject: Removing old LB= hack when wrapper was not mandatory. --- bin/lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/lb b/bin/lb index 63c74988a..e8cdb5c3b 100755 --- a/bin/lb +++ b/bin/lb @@ -75,6 +75,6 @@ case "${1}" in fi Echo "[%s] %s" "$(date +'%F %T')" "${COMMAND} ${@}" - LB=1 ${ENV} exec "${SCRIPT}" "${@}" + ${ENV} exec "${SCRIPT}" "${@}" ;; esac -- cgit v1.2.3