summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-08-27 15:43:46 +0200
committerDaniel Baumann <daniel@debian.org>2012-08-27 16:05:48 +0200
commitde27a82a67ee51ce93448bcdee8ea54b3aa2f0b6 (patch)
tree4efe904d76d293fd5b4f0122b35476706a11ef5f /bin
parentddd0ef9dc024028c4a5da936dc43c71182e9889f (diff)
downloadvyos-live-build-de27a82a67ee51ce93448bcdee8ea54b3aa2f0b6.tar.gz
vyos-live-build-de27a82a67ee51ce93448bcdee8ea54b3aa2f0b6.zip
Correcting printf call cosmetically in central wrapper when prepending date and time for each command to not choke upon multiple arguments.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lb b/bin/lb
index e8cdb5c3b..e2d756688 100755
--- a/bin/lb
+++ b/bin/lb
@@ -74,7 +74,7 @@ case "${1}" in
exit 1
fi
- Echo "[%s] %s" "$(date +'%F %T')" "${COMMAND} ${@}"
+ Echo "[%s] %s" "$(date +'%F %T')" "${COMMAND} $(echo ${@})"
${ENV} exec "${SCRIPT}" "${@}"
;;
esac