X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_20,SPF_NEUTRAL,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4BF93791.6040302@cornell.edu> Date: Sun, 23 May 2010 10:11:29 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Environment variable problem References: <28649448 DOT post AT talk DOT nabble DOT com> In-Reply-To: <28649448.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 On 5/23/2010 9:51 AM, Willie Vu wrote: > > I set an environment variable in /etc/profile.d/env.sh that is loaded when > Cygwin starts, like the following: > > export M2_HOME=d\:/java/apache-maven-2.2.1 > > When it is echoed, it shows the value correctly. > > $ echo $M2_HOME > d:/java/apache-maven-2.2.1 > > However, if I suffix it with "/bin", it becomes the following: > > $ echo $M2_HOME/bin > /binava/apache-maven-2.2.1 > > If I run the export statement inline, then there is no problem. > > $ export M2_HOME=d\:/java/apache-maven-2.2.1 > > $ echo $M2_HOME > d:/java/apache-maven-2.2.1 > > $ echo $M2_HOME/bin > d:/java/apache-maven-2.2.1/bin > > Any idea? Does your script env.sh have DOS line endings? It looks like M2_HOME ends with a carriage return. Try running d2u on env.sh. Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple