Merge pull request #45 from mbuesch/bash_pipefail

regenerate-cores.sh: Enforce bash
This commit is contained in:
Geert Stappers 2022-06-08 12:19:27 +02:00 committed by GitHub
commit da80c65e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh -ea
#! /bin/bash -ea
set -o pipefail