X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sat, 24 Jan 2009 10:01:20 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 000-cygwin-post-install.sh on Cygwin 1.7 Message-ID: <20090124090120.GA17576@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <7 DOT 1 DOT 0 DOT 9 DOT 0 DOT 20081225005430 DOT 01990e10 AT ieee DOT org> <0KDY00E8QEDS5RJ2 AT vms173009 DOT mailsrvcs DOT 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 AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/