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 876bb6acf..581e5f9e8 100755
--- a/helpers/lh
+++ b/helpers/lh
@@ -50,7 +50,7 @@ case "${1}" in
*)
if [ ! -z "$(whereis lh_${1})" ]
then
- exec lh_"${1}" $(echo ${@} | sed -e "s/${1}//")
+ exec lh_"${1}" $(echo ${@} | sed -e "s|${1}||")
else
Echo_error "no such helper"
exit 1