Commit 25c26e58 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! TB 43564: Modify ./mach bootstrap for Tor Browser

TB 43857: Drop TODO since it is "won't do".
parent ebfddf8c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ option(
def tor_expert_bundle(value, mozbuild_state_path, _bootstrapped):
    if value:
        path = Path(value[0])
        # TODO: Do a more thorough check on the directory.
        if path.is_dir():
            return value[0]
        else: