www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
X-Envelope-From: | sledz AT zone42 DOT org |
X-Envelope-To: | <cygwin AT cygwin DOT com> |
Message-ID: | <4674ED73.60708@zone42.org> |
Date: | Sun, 17 Jun 2007 10:14:43 +0200 |
From: | Steffen Sledz <sledz AT zone42 DOT org> |
User-Agent: | Thunderbird 2.0.0.4 (Windows/20070604) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | bug in tcsh 6.15.00-4 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |