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]

Re: 1.5.21: bash-completion 20060301-1 failure


Hans wrote:

++ awk 'BEGIN {FS=","}
                                {for (i=1; i<=2; ++i) { \
                                       gsub(" .*$", "", $i); \
                                       if ($i ~ /^demons/) {print $i} \
                                }}' /home/David Hasselhoff/.ssh/known_hosts

Aha(?)! I wonder if completion is effectively quoting the argument to awk (or if that path is being sent as two paths: /home/David and Hasselhoff/.ssh/known_hosts)..


Try setting your home directory to something like "/home/DavidH~1" (or whatever the short form of your actual home directory is :-) and see if that works now..


-- 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]