[tor-commits] [tor-browser-build/master] fixup! Bug 40027: Fix incremental .mar creation for esr78
    gk at torproject.org 
    gk at torproject.org
       
    Thu Aug 27 17:36:19 UTC 2020
    
    
  
commit 81bae4ade31e803fb3627ad0283e020331d1a21c
Author: Matthew Finkel <sysrqb at torproject.org>
Date:   Mon Aug 24 17:41:58 2020 +0000
    fixup! Bug 40027: Fix incremental .mar creation for esr78
---
 tools/update-responses/update_responses | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/update-responses/update_responses b/tools/update-responses/update_responses
index de703ee..b07d937 100755
--- a/tools/update-responses/update_responses
+++ b/tools/update-responses/update_responses
@@ -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) {
    
    
More information about the tor-commits
mailing list