delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:reply-to:message-id:to:subject | |
:in-reply-to:references:mime-version:content-type | |
:content-transfer-encoding; q=dns; s=default; b=ZihqEnDMYPWFl5SX | |
gp5FKkVY4dPLM0Legu4M26Yun1BKc7obVMWuRgl6agMvi+IUl3if6NyARp4cn6vm | |
BvE+zAz0TiSnST9Vr7/OdrUGKheQyxIBt+ETUhd53cRxzys4zr9FAne0Fn8PQ8ij | |
sW36J1GItiO+bQXUv0OipS6PXK4= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:reply-to:message-id:to:subject | |
:in-reply-to:references:mime-version:content-type | |
:content-transfer-encoding; s=default; bh=nzESJPyeIEt3V6a+xDMWWS | |
aqNNU=; b=xzgM7n4lXKu8wAV6uGRNvS7Vg1mBw5ocg003BiSc7cajTQdDMZk977 | |
aoulCXFf33JXpqNnmQdCADtkFDeZY+v6wgu1daclIEvtUVE9G0DM3rYZ2q8DEr00 | |
6OZlK/bTu/LdgjJyiRK1qtgdDoEIJMCSM9Yh6iv5U6AOvy84OjGCs= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-3.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2 |
X-HELO: | smtpback.ht-systems.ru |
Date: | Wed, 19 Feb 2014 22:28:17 +0400 |
From: | Andrey Repin <anrdaemon AT yandex DOT ru> |
Reply-To: | cygwin AT cygwin DOT com |
Message-ID: | <9816635.20140219222817@yandex.ru> |
To: | Robert Klemme <shortcutter AT googlemail DOT com>, cygwin AT cygwin DOT com |
Subject: | Re: $PATH contains dot but unclear where it comes from |
In-Reply-To: | <CAM9pMnOfTto2QodJeWiEGdLCEPOKHd=_83GFvUzim6d=Rt0V2w@mail.gmail.com> |
References: | <CAM9pMnM1=UnbcXRGefXiDVjVXJcVeNej=OGowbwwWBgHeG+MjQ AT mail DOT gmail DOT com> <CAEhDDbCG7i9GdEE1W2UL9egRdcA786u0xmwsKJXBD5HgXh5XcA AT mail DOT gmail DOT com> <CAM9pMnM-_hZkk5+=44aTKrscqYP-qg1Mv=R4w7Jt2gFjd_WP8w AT mail DOT gmail DOT com> <1811171498 DOT 20140206155616 AT mtu-net DOT ru> <CAM9pMnMBpULHt7NTx-eOr8DmLkQFTQwtTmMpDmbA8UQqLpUh7g AT mail DOT gmail DOT com> <CAM9pMnONy0ua43WKt6yFXzaWyjB4XJmmt7XefYOXer3UYgnEEg AT mail DOT gmail DOT com> <CACUHbYP65+7GJpka9OBAkWnJeRonwNDxbXrG7n06n8e76UhR8g AT mail DOT gmail DOT com> <CAM9pMnM5_LLvA3YaHgzo12wwUzUak2FHzrXug9G=EfD+bdZQgg AT mail DOT gmail DOT com> <5304D694 DOT 9090104 AT cs DOT umass DOT edu> <CAM9pMnMYHrZzV+TFsy7+hqARo0fJgo1o01FKwj_D9UdjD7WajA AT mail DOT gmail DOT com> <5304E874 DOT 20906 AT cygwin DOT com> <CAM9pMnOfTto2QodJeWiEGdLCEPOKHd=_83GFvUzim6d=Rt0V2w AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Greetings, Robert Klemme! > On Wed, Feb 19, 2014 at 6:23 PM, Larry Hall (Cygwin) > wrote: >> On 2/19/2014 12:16 PM, Robert Klemme wrote: >>> The dot is already in the variable before bash even modifies it. >> >> So that means you need to look in your Windows environment to understand >> where this comes from. > I did look in windows environment as well (again, see earlier emails). >> Don't discount any start-up batch files >> (i.e. cygwin.bat), etc., that you may be using to kick-start bash >> either. > I am using the regular mintty start that cygwin establishes. This is > the command line > C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico - > I can't see in documentation that mintty manipulates the environment > in some way. > More ideas? The problem really was there: $ head -10 log | cut -c 1-80 PATH=C:\PROGRAM FILES (X86)\NVIDIA CORPORATION\PHYSX\COMMON;C:\PROGRAM FILES (X8 You cut the output, denying any further investigation. -- WBR, Andrey Repin (anrdaemon AT yandex DOT ru) 19.02.2014, <22:27> Sorry for my terrible english... -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |