Merge pull request #179 from eparis/init_comp

Check for _init_completion not_init_completionS
This commit is contained in:
Eric Paris 2015-11-03 15:41:40 -05:00
commit 2e6a428921

View file

@ -199,7 +199,7 @@ func postscript(out *bytes.Buffer, name string) {
fmt.Fprintf(out, "__start_%s()\n", name)
fmt.Fprintf(out, `{
local cur prev words cword
if declare -F _init_completions >/dev/null 2>&1; then
if declare -F _init_completion >/dev/null 2>&1; then
_init_completion -s || return
else
__my_init_completion || return