diff options
Diffstat (limited to 'contrib/cirrus/notice_branch_failure.sh')
-rwxr-xr-x | contrib/cirrus/notice_branch_failure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cirrus/notice_branch_failure.sh b/contrib/cirrus/notice_branch_failure.sh index f030c12e5..b810bd266 100755 --- a/contrib/cirrus/notice_branch_failure.sh +++ b/contrib/cirrus/notice_branch_failure.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e |