delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <F10D23B02E54D011A0AB0020AF9CEFE988F97F@lynx.ceddec.com> |
From: | "Town, Brad" <btown AT ceddec DOT com> |
To: | "'Ignasi Palou-Rivera'" <palou AT yahoo DOT com>, cygwin AT sourceware DOT cygnus DOT com |
Subject: | RE: CygWin 1.1.4: problem in default /etc/profile when HOME has s |
paces | |
Date: | Fri, 20 Oct 2000 09:40:48 -0400 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2650.21) |
The best solution would be to not have spaces in HOME at all, since it breaks many a good program. For example, if you wanted your home directory to be "C:\Documents and Settings\palau\My Documents", you could use "C:\Docume~1\palau\MyDocu~1" or a mount point. Brad Town > -----Original Message----- > From: Ignasi Palou-Rivera [mailto:palou AT yahoo DOT com] > Sent: Friday, October 20, 2000 9:33 AM > To: cygwin AT sourceware DOT cygnus DOT com > Subject: CygWin 1.1.4: problem in default /etc/profile when HOME has > spaces > > > The default /etc/profile for the 1.1.4 version of CygWin chokes when > HOME is defined including blanks. The solution is to quote the > reference to $HOME in line 14: > > IPALOU$ diff profile profile.orig > 14c14 > < if [ ! -d "$HOME" ]; then > --- > > if [ ! -d $HOME ]; then > > I'm running under Win2000, but I'm sure that's irrelevant. > > Ignasi. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |