mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-29 15:40:26 +01:00
Merge pull request #4638 from qrilka/patch-9
Die on build failure hidden by pipe
This commit is contained in:
commit
de75f515f2
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -eu +x
|
set -eu +x -o pipefail
|
||||||
|
|
||||||
ROOT=$(cd $(dirname $0) ; pwd)
|
ROOT=$(cd $(dirname $0) ; pwd)
|
||||||
TARGET=$1
|
TARGET=$1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user