install: also set pipefail! that should help

[ci skip]
This commit is contained in:
Simon Michael 2018-02-18 18:14:37 -08:00
parent 31549ec85b
commit 353b77ce96

View File

@ -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