public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* small bug in tcsh 6.15.00-4
@ 2007-06-16 15:59 Steffen Sledz
  2007-06-16 19:40 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Sledz @ 2007-06-16 15:59 UTC (permalink / raw)
  To: cygwin-apps

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. What's the right way to report
such patches? How can i find and contact the maintainer of this package?

Regards,
Steffen Sledz

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: small bug in tcsh 6.15.00-4
  2007-06-16 15:59 small bug in tcsh 6.15.00-4 Steffen Sledz
@ 2007-06-16 19:40 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2007-06-16 19:40 UTC (permalink / raw)
  To: cygwin-apps

On Jun 16 17:59, Steffen Sledz wrote:
> 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. What's the right way to report
> such patches? How can i find and contact the maintainer of this package?

Per http://cygwin.com/lists.html send it to cygwin AT cygwin DOT com.
cygwin-apps is not the right list for bug reports.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-16 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-16 15:59 small bug in tcsh 6.15.00-4 Steffen Sledz
2007-06-16 19:40 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).