This is the mail archive of the
cygwin
mailing list for the Cygwin project.
bash_completion
- From: Russell Peterson <peterson dot russell at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Sat, 14 Aug 2010 10:47:45 -0400
- Subject: bash_completion
Hello, I just updated to cygwin 1.7.5 and I now see some strangeness
with bash completion. When I execute the command "ls <TAB>" I see the
following:
[myprompt: etc]$ ls
' xspec compgen -d -- "$quoted" | {
while read -r tmp; do
# TODO: I have removed a "[ -n $tmp ] &&" before 'printf ..',
# and everything works again. If this bug suddenly
# appears again (i.e. "cd /b<TAB>" becomes "cd /"),
# remember to check for other similar conditionals (here
# and _filedir_xspec()). --David
printf '%s
' $tmp
done
}
)) compgen -f -X "$xspec" -- $quoted
))
Has anyone else run into this?
Regards,
Russell
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple