brizental pushed to branch tor-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • build/moz.configure/bootstrap.configure
    ... ... @@ -198,7 +198,7 @@ def bootstrap_path(path, **kwargs):
    198 198
                 path_prefix = path_parts.pop(0)
    
    199 199
     
    
    200 200
             # Small hack because extensions are inside the browser folder.
    
    201
    -        if path_parts[0] in ("noscript", ):
    
    201
    +        if path_parts[0] in ("noscript",):
    
    202 202
                 path_prefix = "browser"
    
    203 203
     
    
    204 204
             def try_tbb_bootstrap(exists):