From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17288 invoked by alias); 24 Jan 2009 09:01:35 -0000 Received: (qmail 16950 invoked by uid 22791); 24 Jan 2009 09:01:35 -0000 X-Spam-Check-By: sourceware.org Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 24 Jan 2009 09:01:31 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id 487076D4189; Sat, 24 Jan 2009 10:01:20 +0100 (CET) Date: Sat, 24 Jan 2009 20:30:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: 000-cygwin-post-install.sh on Cygwin 1.7 Message-ID: <20090124090120.GA17576@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <7.1.0.9.0.20081225005430.01990e10@ieee.org> <0KDY00E8QEDS5RJ2@vms173009.mailsrvcs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0KDY00E8QEDS5RJ2@vms173009.mailsrvcs.net> User-Agent: Mutt/1.5.17 (2007-11-01) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-01/txt/msg00720.txt.bz2 On Jan 23 21:21, Pierre A. Humblet wrote: > $ diff -up 000-cygwin-post-install.sh.done 000-cygwin-post-install.sh.new > --- 000-cygwin-post-install.sh.done 2008-12-28 00:55:13.001000000 -0500 > +++ 000-cygwin-post-install.sh.new 2009-01-23 21:07:27.635159600 -0500 > @@ -48,7 +48,7 @@ then > _OLD_IFS="$IFS" > IFS=" > " > - eval $(/bin/mount -m | /bin/sed -n 's%\(.*\) / \([^ ]*\) .*$%CYGROOT=\1 FS_TYPE=\2%p') > + eval $(/bin/mount -m | /bin/sed -n 's%\(.*\) / \([^ ]*\) .*$%CYGROOT="\1" FS_TYPE=\2%p') > cat > ${FSTAB} << EOF > # The file fstab contains descriptive information about the various file > # systems. fstab is only read by programs, and not written; it is the Fixed and uploaded. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/