delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2000/10/20/09:34:18

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: <20001020133325.5704.qmail@web1006.mail.yahoo.com>
Date: Fri, 20 Oct 2000 06:33:25 -0700 (PDT)
From: Ignasi Palou-Rivera <palou AT yahoo DOT com>
Subject: CygWin 1.1.4: problem in default /etc/profile when HOME has spaces
To: cygwin AT sourceware DOT cygnus DOT com
MIME-Version: 1.0

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.


__________________________________________________
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 AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019