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: <003f01c58342$9b74a400$0200000a@agamemnon> From: "Jon A. Lambert" To: "Cygwin Mail List" References: <005301c5831d$04a10980$0200000a AT agamemnon> <001101c58332$5ae5f2f0$0200000a AT agamemnon> Subject: Re: [ANNOUNCEMENT] Updated: bash-3.0-7 Date: Thu, 7 Jul 2005 18:24:14 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Jon A. Lambert wrote: > Jon A. Lambert wrote: >> What happened to my tilde? >> It looks like it points to /home instead of /home/jlambert >> How do I fix this? >> > > I would add that if I telnet or ssh in to my cygwin shell everything > is fine and my ~/.bash_profile is invoked correctly and cd ~ does > take me to the right user directory. > I solved the problem. My orignal cygwin.bat file contained: SET HOME=c:\cygwin\home My profile conatined: set HOME=\home\$USER This used to work just fine in bash-2. Doesn't work in bash-3. I changed it to this in cygwin.bat and removed the set in profile. SET HOME= Now everything works as it gets it from etc/passwd. so nevermind.. :-) -- jlambert -- 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/