From: derhoch <[email protected]>

Signed-off-by: Sebastien Luttringer <[email protected]>
---
 bash-completion |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bash-completion b/bash-completion
index e63e880..d78484e 100644
--- a/bash-completion
+++ b/bash-completion
@@ -1,6 +1,6 @@
 # rc.d bash completion by Seblu <[email protected]>
 
-_rc.d ()
+_rc_d()
 {
        local action cur prev
        action="help list start stop reload restart"
@@ -19,6 +19,6 @@ _rc.d ()
                COMPREPLY=($(cd /etc/rc.d && compgen -f -X 'functions*' 
"$cur"|sort))
        fi
 }
-complete -F _rc.d rc.d
+complete -F _rc_d rc.d
 
 # vim: set ts=2 sw=2 ft=sh noet:
-- 
Sebastien "Seblu" Luttringer

Reply via email to