[SCM] Debian Live build scripts branch, master, updated. debian/1.0.5-1-2-g50c73e9

Daniel Baumann daniel at debian.org
Mon Jun 15 10:07:25 UTC 2009


The following commit has been merged in the master branch:
commit 50c73e967c730ad7348d6a8fb2b637d959146b92
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Jun 15 11:57:22 2009 +0200

    Preserve quoting in lh when passing through to sub commands (Closes: #521824).

diff --git a/helpers/lh b/helpers/lh
index 70dc6b9..1288f3e 100755
--- a/helpers/lh
+++ b/helpers/lh
@@ -36,7 +36,7 @@ case "${1}" in
 
 		if [ -x "$(which lh_${COMMAND} 2>/dev/null)" ]
 		then
-			exec lh_"${COMMAND}" ${@}
+			exec lh_"${COMMAND}" "${@}"
 		else
 			Echo_error "no such helper"
 			exit 1

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list