public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Pierre A. Humblet" <Pierre.Humblet@ieee.org>
To: cygwin@cygwin.com
Subject: Re: 000-cygwin-post-install.sh on Cygwin 1.7
Date: Sat, 24 Jan 2009 08:51:00 -0000	[thread overview]
Message-ID: <0KDY00E8QEDS5RJ2@vms173009.mailsrvcs.net> (raw)
In-Reply-To: <7.1.0.9.0.20081225005430.01990e10@ieee.org>


On Thu, Dec 25, 2008 at 10:28:48AM -0500, Christopher Faylor wrote:
>On Thu, Dec 25, 2008 at 01:23:35AM -0500, Pierre A. Humblet wrote:
>> I tried to install Cygwin 1.7 under "Program Files", as I have always done 
>> with 1.5.
>> It didn't work. Here is a fix:
<snip>
>
>I think that does the same thing in one line:
>
>eval $(/usr/bin/mount -m | sed -n 's%\(.*\) / \([^ ]*\) .*$%CYGROOT=\1 FS_TYPE=\2%p')

Almost. Quotes are needed otherwise \040 becomes 040

Pierre

$ 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



--
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/

       reply	other threads:[~2009-01-24  2:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7.1.0.9.0.20081225005430.01990e10@ieee.org>
2009-01-24  8:51 ` Pierre A. Humblet [this message]
2009-01-24 20:30   ` Corinna Vinschen
2008-12-25  6:26 Pierre A. Humblet
2008-12-25 15:29 ` Christopher Faylor
2008-12-25 16:06   ` Christopher Faylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0KDY00E8QEDS5RJ2@vms173009.mailsrvcs.net \
    --to=pierre.humblet@ieee.org \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).