regenerate-cores.sh: Enforce bash
Plain sh (like dash) doesn't support pipefail.
This commit is contained in:
parent
73215fda85
commit
9be6f666eb
|
@ -1,4 +1,4 @@
|
||||||
#! /bin/sh -ea
|
#! /bin/bash -ea
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue