summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfrontend/lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/lb b/frontend/lb
index 5dfa4cf53..dc3c93395 100755
--- a/frontend/lb
+++ b/frontend/lb
@@ -76,6 +76,6 @@ _CMD_LABEL="lb ${COMMAND}"
if [ "${_COLOR_OUT}" = "true" ]; then
_CMD_LABEL="${CYAN}${_CMD_LABEL}${NO_COLOR}"
fi
-Echo "[%s] ${_CMD_LABEL} %s" "$(date +'%F %T')" "$(echo ${@})"
+Echo "[%s] ${_CMD_LABEL} %s" "$(date +'%F %T')" "$(echo ${GLOBAL_ARGS} ${@})"
-exec /usr/bin/env ${ENV} "${SCRIPT}" "${@}"
+exec /usr/bin/env ${ENV} "${SCRIPT}" ${GLOBAL_ARGS} "${@}"