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.
Loading
Please register or sign in to comment