From c17aa70a7fb8c99014f104505fceec1f31bf9729 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Mon, 15 Jun 2009 11:57:22 +0200
Subject: Preserve quoting in lh when passing through to sub commands (Closes:
 #521824).

---
 helpers/lh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.0