Loading tools/update-responses/update_responses +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
tools/update-responses/update_responses +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading