Bug 1754706 - Run scripts using absolute paths in mach vendor r=tjr

Differential Revision: https://phabricator.services.mozilla.com/D138416
This commit is contained in:
Barret Rennie 2022-02-11 16:23:07 +00:00
parent 8c18a0ada2
commit 989f5c9cfd

View File

@ -364,7 +364,7 @@ class VendorManifest(MozbuildObject):
path = mozpath.join(
self.manifest["vendoring"]["vendor-directory"], path
)
return path
return os.path.abspath(path)
if "update-actions" not in self.manifest["vendoring"]:
return