Fix gen_contents_index on MSYS
authorIan Lynagh <igloo@earth.li>
Tue, 17 Nov 2009 22:35:56 +0000 (22:35 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 17 Nov 2009 22:35:56 +0000 (22:35 +0000)
commiteb5afeaafb257eb8beddcb142659b06bdcecb2ad
tree450ae50df7eb1b91705a9f9d58a208f7442e5123
parentfe6a2136916bb76b95b4bc289a068728fcab41f5
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.
libraries/gen_contents_index