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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <001601c1a9f4$4e4d7ce0$0700a8c0@vergenet.com> From: "Arek" To: Subject: Install problems Date: Wed, 30 Jan 2002 19:12:08 -0600 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.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 I just installed cygwin today (after a long while of not having it installed...) and when I started up bash I discovered that $HOME wasn't being set correctly! After looking through the faq, I thought this might be related to me having a windows login name with a space in it, so I edited /etc/profile to explicitly set my username to james. This didn't work. After doing a bit of testing, I discovered that the following structure: if [ -z "$HOME" ]; then HOME="/home/$USER" fi was failing to set the HOME variable correctly. I was able to fix this by removing the if/fi statements and just arbitrarily setting the HOME variable. Am I going to have other problems doing this? Also, is there a known reason that the HOME variable wasn't being set correctly in the first place (it was just being set to $USER.)? My operating system is Windows ME, if that's any help... James Potts (james AT verge-rpg DOT com) -- 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/