mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
8c18a0ada2
commit
989f5c9cfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user