summaryrefslogtreecommitdiff
path: root/helpers/lh
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh')
-rwxr-xr-xhelpers/lh2
1 files changed, 1 insertions, 1 deletions
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