Commit 81bae4ad authored by Matthew Finkel's avatar Matthew Finkel
Browse files

fixup! Bug 40027: Fix incremental .mar creation for esr78

parent 340d124d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -230,8 +230,8 @@ sub create_incremental_mar {
            exit_error "Missing code signature while creating $mar_file";
        }
    }
    $ENV{MOZ_PRODUCT_VERSION} = $new_version;
    $ENV{MAR_CHANNEL_ID} = "torbrowser-torproject-$channel";
    local $ENV{MOZ_PRODUCT_VERSION} = $new_version;
    local $ENV{MAR_CHANNEL_ID} = "torbrowser-torproject-$channel";
    my ($out, $err, $success) = capture_exec('make_incremental_update.sh',
                                   $mar_file_path, "$tmpdir/A", "$tmpdir/B");
    if (!$success) {