From d4021c9e9dc69df2d917999c57ba6f8f6c46bcdc Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 12 Mar 2019 20:19:14 +0000 Subject: [PATCH] Bug 1534500 - Run get_and_diffoscope with bash. r=dustin This will allow to use bash constructs in pre-diff-commands, like `{a,b}`. Depends on D23075 Differential Revision: https://phabricator.services.mozilla.com/D23076 --HG-- extra : moz-landing-system : lando --- taskcluster/docker/diffoscope/get_and_diffoscope | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/docker/diffoscope/get_and_diffoscope b/taskcluster/docker/diffoscope/get_and_diffoscope index 33e56f1a1cf2..74ae99355837 100644 --- a/taskcluster/docker/diffoscope/get_and_diffoscope +++ b/taskcluster/docker/diffoscope/get_and_diffoscope @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e set -x