Skip to content
Snippets Groups Projects
Commit eb5afeaa authored by Ian Lynagh's avatar Ian Lynagh
Browse files

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.
parent fe6a2136
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment