public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* 000-cygwin-post-install.sh on Cygwin 1.7
@ 2008-12-25  6:26 Pierre A. Humblet
  2008-12-25 15:29 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Pierre A. Humblet @ 2008-12-25  6:26 UTC (permalink / raw)
  To: cygwin

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:

$ diff 000-cygwin-post-install.sh.done 000-cygwin-post-install.sh.new
53,54c53
<     [[ "$line" =~ ([^ ]*)\ on\ ([^ ]*)\ type\ ([^ ]*)\ .* ]]
<     if [ "${BASH_REMATCH[2]}" = "/" ]
---
 >     if [[ "$line" =~ ([^ ].*)\ on\ /\ type\ ([^ ]*)\ .* ]]
58c57
<       FS_TYPE="${BASH_REMATCH[3]}"
---
 >       FS_TYPE="${BASH_REMATCH[2]}"

Pierre


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

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <7.1.0.9.0.20081225005430.01990e10@ieee.org>]

end of thread, other threads:[~2009-01-24  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-25  6:26 000-cygwin-post-install.sh on Cygwin 1.7 Pierre A. Humblet
2008-12-25 15:29 ` Christopher Faylor
2008-12-25 16:06   ` Christopher Faylor
     [not found] <7.1.0.9.0.20081225005430.01990e10@ieee.org>
2009-01-24  8:51 ` Pierre A. Humblet
2009-01-24 20:30   ` Corinna Vinschen

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).