From 9820490ca645b4e56b82e3ae2811b891875b4774 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Aug 2012 19:45:47 +0200 Subject: Switching back to use the more common ${@} instead of ${*}, it's not required in current lb_clean anymore. --- bin/lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/lb') 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 -- cgit v1.2.3