Bug 1767335: Fix mach vendor pattern replacement r=jewilde

Differential Revision: https://phabricator.services.mozilla.com/D145360
This commit is contained in:
Tom Ritter 2022-05-03 19:09:12 +00:00
Родитель 6c9788ddd7
Коммит 527680376d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,2 +1,2 @@
/* auto-generated, do not edit */
#define DAV1D_VERSION "0.9.2-170-g28a9c46"
#define DAV1D_VERSION "@VCS_TAG@"

Просмотреть файл

@ -501,7 +501,7 @@ class VendorManifest(MozbuildObject):
replacement = update["with"].replace("{revision}", revision)
_replace_in_file(
file,
pattern,
update["pattern"],
replacement,
regex=update["action"] == "replace-in-file",
)