Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <001f01c10ebc$1cef2640$1630220a@sonytel.be> From: "Francis Meyvis" To: Subject: PATH troubles Date: Tue, 17 Jul 2001 14:29:24 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Hoi, I've a strange problem with PATH variable on w2k and nt4. I installed cygwin in c:\cygwin. I've the following shell script tst.sh (it calls a dos bat shell script from within bash): c:\temp\tst.bat The dos batch script just contains: @echo %PATH% When I invoke the following from within bash shell export PATH=$PATH:c:/temp echo $PATH ./tst.sh I get as a result /usr/local/bin:/usr/bin:/cygdrive/c/Python21/:/usr/bin ... :c:/temp c:\cygwin\usr\local\bin;c:\cygwin\bin .... :c:\cygwin\temp The first line is from the echo $PATH (notice that I agree on the c:/temp at the end) The second is from the bat file. Why is there a "cygwin" inserted between the drive letter and temp directory. I do not have this problem when I use //c/temp instead of c:/temp when modifying the $PATH variable Note that c:\cygwin is mounted as / in textmode. --- Kind regards, francis meyvis Sony Software Development Center - Europe +32 2 724 8 643, Sint StevensWoluwestraat 55, B1130 Brussels, Belgium -- 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/