On Mon, 9 Jan 2006, sanidip agarwal wrote:
> I have installed the latest version of cygwin (1.5.18-1) on a PC
> running Windows XP . When I try to run tcsh, it gives me an error
> "Unmatched '.". Any solution to the problem?
You have an unclosed single quote somewhere in your startup scripts.
Un
>> This package includes /etc/csh.login which has the line:
>>
>> set TERM=cygwin
>>
>> This should instead read:
>>
>> set term=cygwin
>>
>> which will set the shell variable term and the environment variable
>> TERM correctly when tcsh is used as the base shell for the Cygwin shell
>> w
On Wed, Oct 08, 2003 at 06:04:41PM -0600, Andrew Grimm wrote:
> This package includes /etc/csh.login which has the line:
>
> set TERM=cygwin
>
> This should instead read:
>
> set term=cygwin
>
> which will set the shell variable term and the environment variable TERM
> correctly whe
On Tue, Feb 11, 2003 at 12:37:21PM -0700, Andrew Grimm wrote:
> 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 re
4 matches
Mail list logo