This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.5.21: bash-completion 20060301-1 failure


I'm having some trouble with bash-completion.  For example, it does
not complete ssh commands from my known_hosts file.  I have
uncommented the appropriate lines in my .bashrc:

case $- in
   *i*) [[ -f /etc/bash_completion ]] && . /etc/bash_completion ;;
esac

I have also tried sourcing it from within a bash session.  In both
cases, if I type

$ ssh hostname... [tab]

it does nothing.  (Of course, I double checked that ~/.ssh/known_hosts
is populated with the relevant host names.)

I am attaching the output of cygcheck.

Thanks,
Hans

Attachment: cygcheck.out
Description: Binary data

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]