Tue Nov 17 14:35:56 PST 2009 Ian Lynagh <[email protected]>
* 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
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc