Skip to content
  • David Fairbrother's avatar
    Handle filepaths and case sensitivity bugs · ac0414ae
    David Fairbrother authored
    Handles two bugs:
    - Some callers will pass in a full file path, this wasn't being handled
    as it had regressed. We now will try and strip off paths before doing
    the find step
    - Case sensitivity handling made an assumption on caps, this broke the
    find step so boost ierase was used instead to get us to a consistent
    state
    ac0414ae