[SCM] live-build branch, debian-next, updated. debian/3.0_a57-1-24-g4be0697

Daniel Baumann daniel at debian.org
Mon Aug 27 13:43:47 UTC 2012


The following commit has been merged in the debian-next branch:
commit 4be0697a60189bda28df4f4c2248016e76a8913e
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Aug 27 15:43:46 2012 +0200

    Correcting printf call cosmetically in central wrapper when prepending date and time for each command to not choke upon multiple arguments.

diff --git a/bin/lb b/bin/lb
index e8cdb5c..e2d7566 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

-- 
live-build



More information about the debian-live-changes mailing list