From 82cbc81b3d291ee86785bc6412de41a5e1516d67 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 20 Oct 2009 20:40:09 +0200 Subject: Deprecating all dashed forms of commands. --- helpers/lh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh') diff --git a/helpers/lh b/helpers/lh index 3ebaaa736..bb4d76b1f 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}" "${@}" + LH=1 exec lh_"${COMMAND}" "${@}" else Echo_error "no such helper" exit 1 -- cgit v1.2.3