install: also set pipefail! that should help
[ci skip]
This commit is contained in:
parent
31549ec85b
commit
353b77ce96
@ -6,6 +6,7 @@
|
||||
# This is based on get-stack.sh which is copyright (c) 2015-2017, Stack contributors.
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
usage() {
|
||||
cat <<HERE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user