[arch-projects] [INITSCRIPTS][PATCH] changing _rd.d to _rc_d to avoid: /etc/bash_completion.d/rc.d: line 19: `_rc.d': not a valid identifier
7 Jul
2011
7 Jul
'11
10:43 a.m.
From: derhoch <derhoch@googlemail.com> Signed-off-by: Sebastien Luttringer <seblu@seblu.net> --- 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 <seblu@seblu.net> -_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
4922
Age (days ago)
4922
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sebastien Luttringer