Hi!

thank you guys for improving bash-completion even more!

I started to use current git HEAD and stumbled over the "ping" completion: $ ping <TAB> error: _known_hosts_real(ping ping ): unprocessed arguments: ping

My bash version is:
$ rpm -q bash
bash-3.2.48-alt1

If I hack a little the function _known_hosts, everything seems all right:
        # NOTE: Passing "$@" is deprecated.  See NOTE above.
-       _known_hosts_real "$@" "$(_get_cword)"
+       _known_hosts_real      "$(_get_cword)"

And I still don't understand comments in the function (see above)

Why is that? any ideas?

Regards,
--
Ildar  Mulyukov,  free SW designer/programmer
================================================
email: [email protected]
home: http://tuganger.narod.ru/
ALT Linux Sisyphus
================================================

_______________________________________________
Bash-completion-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to