Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: dragon.dn.rsc.raytheon.com: agrimm owned process doing -bs Date: Tue, 11 Feb 2003 12:37:21 -0700 (MST) From: Andrew Grimm X-X-Sender: agrimm AT dragon To: corinna-cygwin AT cygwin DOT com cc: cygwin AT cygwin DOT com Subject: problem with tcsh-6.12.00-3 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII The major problem is that $shell and $SHELL are now getting set to /tmp/install/usr/bin/tcsh instead of /usr/bin/tcsh. This is causing the shell to fail, say in an xterm, trying to exec $SHELL. I verified that this problem resides in the executable rather than my configuration files by examining it with strings. ... There is another problem which is not new to this release, but I feel should be corrected. The default /etc/csh.login should have two lines changed in this manner: set path=( /usr/local/bin /usr/bin /bin $path:q ) The $path:q preserves spaces in spacey MS pathnames. Right now path elements like "Program Files" are resulting in multiple bad entries from the inherited Windows path. This hurts performance. set TERM=cygwin The current setting of "linux" is not correct for the Cygwin shell window, I think. -Andy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/