commit 5d2068aac44fba17083d41164d771762a79e0f29
Author: Georg Koppen <[email protected]>
Date:   Wed Dec 15 09:48:38 2021 +0000

    Bug 40402: Use /bin/bash in list_toolchain_updates
    
    See: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/merge_requests/377#note_2766380
    for the issue we hit.
---
 projects/common/list_toolchain_updates | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/common/list_toolchain_updates 
b/projects/common/list_toolchain_updates
index 4cfd829..ebbfe6e 100644
--- a/projects/common/list_toolchain_updates
+++ b/projects/common/list_toolchain_updates
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 set -e
 

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to