commit 0c134a0726f9c2658398ba0c020a64997b4f57d7
parent d6efccc3f5043ff720290bd624cab4a74df0b4b2
Author: Beatriz Rizental <bea@torproject.org>
Date: Mon, 26 Jan 2026 11:44:25 -0300
fixup! BB 43564: Modify ./mach bootstrap for Base Browser
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/moz.configure/bootstrap.configure b/build/moz.configure/bootstrap.configure
@@ -198,7 +198,7 @@ def bootstrap_path(path, **kwargs):
path_prefix = path_parts.pop(0)
# Small hack because extensions are inside the browser folder.
- if path_parts[0] in ("noscript", ):
+ if path_parts[0] in ("noscript",):
path_prefix = "browser"
def try_tbb_bootstrap(exists):