Comment 10 for bug 2004618

Revision history for this message
Mustafa Kemal Gilor (mustafakemalgilor) wrote :

So, I was reviewing the patterns and I noticed that the pattern list also contains the following:

".*OVMF.*"

which means, even if ".*OVMF_CODE\.fd" pattern does not match the new OVMF_CODE_4M.fd filename, ".*OVMF.*" pattern should, but guess what, it lacks an `r` at the beginning so the string is not interpreted as a raw string... Adding that fixes our problem.