patch applied (ghc-6.12/ghc): Fix gen_contents_index on MSYS
Ian Lynagh
igloo at earth.li
Tue Nov 17 18:58:58 EST 2009
Tue Nov 17 14:35:56 PST 2009 Ian Lynagh <igloo at earth.li>
* Fix gen_contents_index on MSYS
On MSYS
sed 's/.*[ \t]//'
wasn't matching
version:<tab>1.0
so I've switched to
's/.*[[:space:]]//'
which works on Linux, cygwin and MSYS.
M ./libraries/gen_contents_index -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20091117223556-3fd76-afc237e41f6d8897dad5ecd932cc12b43648f0eb.gz
More information about the Cvs-ghc
mailing list