X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sun, 17 Aug 2008 11:31:47 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Cygwin.bat doesn't save original directory in OLDPWD after login Message-ID: <20080817153147.GB5950@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1164057241 DOT 20080817165010 AT inbox DOT ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1164057241.20080817165010@inbox.ru> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Sun, Aug 17, 2008 at 04:50:10PM +0400, Andry wrote: >If run cygwin from cmd.exe from random directory, for example, from >"c:\blablabla", then after login OLDPWD would be "/usr/bin" instead >original directory. So command cd "$OLDPWD" just after login restores >wrong directory. This is because batch file has been wroten >incorrectly. This is correct: > >"%~dp0bin\bash" --login -i I don't see how that can be correct. There seems to be some inexplicable mangling in the above. However, the cygwin.bat file isn't really intended to be the way you "run cygwin" from everywhere. If you want to run bash then run c:\cygwin\bin\bash. Add c:\cygwin\bin to your PATH and you won't even have to type the path. Just type "bash". cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/