From 5d2068aac44fba17083d41164d771762a79e0f29 Mon Sep 17 00:00:00 2001 From: Georg Koppen Date: Wed, 15 Dec 2021 09:48:38 +0000 Subject: [PATCH] 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 4cfd8295..ebbfe6ec 100644 --- a/projects/common/list_toolchain_updates +++ b/projects/common/list_toolchain_updates @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash set -e -- GitLab