Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <02ee01c03aeb$6d02f5d0$f7c723cb@lifelesswks>
From: "Robert Collins" <robert.collins@itdomain.com.au>
To: "Earnie Boyd" <earnie_boyd@yahoo.com>, "Town, Brad" <btown@ceddec.com>,
        "'Ignasi Palou-Rivera'" <palou@yahoo.com>,
        <cygwin@sourceware.cygnus.com>
References: <20001020135512.24681.qmail@web116.yahoomail.com>
Subject: Re: CygWin 1.1.4: problem in default /etc/profile when HOME has s paces
Date: Sat, 21 Oct 2000 10:13:11 +1100
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.00.3018.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300
X-OriginalArrivalTime: 20 Oct 2000 23:08:27.0886 (UTC) FILETIME=[A7D498E0:01C03AEA]

What about having cygwin "\ " escape the spaces?

Worth a thought?

Rob

----- Original Message -----
From: "Earnie Boyd" <earnie_boyd@yahoo.com>
To: "Town, Brad" <btown@ceddec.com>; "'Ignasi Palou-Rivera'"
<palou@yahoo.com>; <cygwin@sourceware.cygnus.com>
Sent: Saturday, October 21, 2000 12:55 AM
Subject: RE: CygWin 1.1.4: problem in default /etc/profile when HOME has s
paces


> Brad's comment is certainly valid but your solution, Ignasi, is already
> implemented in the current setup.exe.  IMO the better solution is to use a
> mount point like so (using Brad's example):
>   mkdir -p /home/palau ;# if it doesn't already exist
>   mount -b "C:/Documents and Settings/palau/My Documents" /home/palau
>
> I suppose that we should add a W2K entry in the TODO list for this issue.
>
> Cheers,
> Earnie.
> --- "Town, Brad" <btown@ceddec.com> wrote:
> > 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@yahoo.com]
> > > Sent: Friday, October 20, 2000 9:33 AM
> > > To: cygwin@sourceware.cygnus.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@sourceware.cygnus.com
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Messenger - Talk while you surf!  It's FREE.
> http://im.yahoo.com/
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

