summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lb2
1 files changed, 1 insertions, 1 deletions
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