diff options
Diffstat (limited to 'helpers/lh')
-rwxr-xr-x | helpers/lh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ case "${1}" in if [ -x "$(which lh_${COMMAND} 2>/dev/null)" ] then - exec lh_"${COMMAND}" "${@}" + LH=1 exec lh_"${COMMAND}" "${@}" else Echo_error "no such helper" exit 1 |