Skip to content

Commit 9be6f66

Browse files
committed
regenerate-cores.sh: Enforce bash
Plain sh (like dash) doesn't support pipefail.
1 parent 73215fd commit 9be6f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regenerate-cores.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh -ea
1+
#! /bin/bash -ea
22

33
set -o pipefail
44

0 commit comments

Comments
 (0)