bug in tcsh 6.15.00-4

Steffen Sledz sledz@zone42.org
Sun Jun 17 08:14:00 GMT 2007


I've found a small bug in /etc/profile.d/complete.tcsh of tcsh package
6.15.00-4, which makes some problems if $HOME contains white spaces.

The fix for this is an easy one as this diff shows:

% diff /etc/profile.d/complete.tcsh /etc/profile.d/complete.tcsh.org
42,43c42,43
<         if ( -r "$f" ) then
<           set hosts = ($hosts `grep -v "+" "$f" | grep -E -v "^#" | tr -s " " "       " | cut -f 1`)
---
>         if ( -r $f ) then
>           set hosts = ($hosts `grep -v "+" $f | grep -E -v "^#" | tr -s " " " " | cut -f 1`)

I'm not familiar with cygwin development. I've reported this in
cygwin-apps before, but i was told to post it here again. I hope
that's the right way.

Regards,
Steffen Sledz

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



More information about the Cygwin mailing list