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 Message-Id: <5.1.0.14.2.20020925090958.01fc7f08@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com Date: Wed, 25 Sep 2002 09:11:49 -0700 To: cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re: cygpath returns garbage if DOS/win2k input environment variable is too long? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Ralf, You're trying to convert a PATH (or PATH-like) variable, not a single file or directory name. Include the "-p" option. Randall Schulz Mountain View, CA USA At 08:49 2002-09-25, Ralf Hauser wrote: >Hi, > >The following problem occurred to me: > >1) In my win2k, I set (a long) Java CLASSPATH >2) under cygwin I want to convert it (in my .tcshrc) an it fails. If I do it >on the command line, it looks like the following: >rhauser AT PCGF590K:~> cygpath --unix "$CLASSPATH" > >... > >My questions: >1) is there a way to see an error-message from cygpath (a log file or some >way to see stderr if there is any of that)? >2) I did a work-around with assembling the path again in my .tcshrc. This is >not convenient. Any better ideas...? > >Many thx in advance and rgds Ralf -- 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/