Skip to content

Commit 3ba1db8

Browse files
maxbrunetzirain
andauthored
chore(make): exit on failure (#7387)
Signed-off-by: Maxime Brunet <[email protected]> Co-authored-by: zirain <[email protected]>
1 parent 1a9e980 commit 3ba1db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# https://news.ycombinator.com/item?id=16486331
1515
.SECONDARY:
1616

17-
SHELL:=/bin/bash
17+
SHELL:=/usr/bin/env bash -euo pipefail
1818

1919
# ====================================================================================================
2020
# ROOT Options:

0 commit comments

Comments
 (0)