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

This commit is contained in:
Daniel Baumann 2009-06-15 11:57:22 +02:00
parent 90d2aa0a2b
commit c17aa70a7f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ case "${1}" in
if [ -x "$(which lh_${COMMAND} 2>/dev/null)" ] if [ -x "$(which lh_${COMMAND} 2>/dev/null)" ]
then then
exec lh_"${COMMAND}" ${@} exec lh_"${COMMAND}" "${@}"
else else
Echo_error "no such helper" Echo_error "no such helper"
exit 1 exit 1