Preserve quoting in lh when passing through to sub commands (Closes: #521824).
This commit is contained in:
parent
90d2aa0a2b
commit
c17aa70a7f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue