Skip to content
Commit d9e57349 authored by intrigeri's avatar intrigeri
Browse files

Use fixed string comparison when it is sufficient, instead of a regexp.

Fixes a bug introduced in commit 1b355b30, which
survived a good number of modifications of this code: the previous regexp was
not correct as it matched a superset of the files we're looking for, since we
forgot to escape special chars such as "." in it.
parent 7e5f592b
Loading
Loading
Loading
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