summaryrefslogtreecommitdiff
path: root/bin/lb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lb')
-rwxr-xr-xbin/lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lb b/bin/lb
index 8ee1007f7..2445faa41 100755
--- a/bin/lb
+++ b/bin/lb
@@ -67,7 +67,7 @@ case "${1}" in
exit 1
fi
- Echo "[%s] %s" "$(date +'%F %T')" "${COMMAND} ${*}"
+ Echo "[%s] %s" "$(date +'%F %T')" "${COMMAND} ${@}"
LB=1 ${ENV} exec "${SCRIPT}" "${@}"
;;
esac