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)" ]
|
||||
then
|
||||
exec lh_"${COMMAND}" ${@}
|
||||
exec lh_"${COMMAND}" "${@}"
|
||||
else
|
||||
Echo_error "no such helper"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue