install: set -e is problematic, revert (#714)

[ci skip]
This commit is contained in:
Simon Michael 2018-03-06 18:31:18 -08:00
parent 6aa35b5cb8
commit 57ab04e3b0

View File

@ -5,7 +5,7 @@
# Requires bash and some other POSIX tools.
# This is based on get-stack.sh which is copyright (c) 2015-2017, Stack contributors.
set -e
#set -e # causes trouble, https://github.com/simonmichael/hledger/issues/714
set -o pipefail
usage() {
@ -49,7 +49,7 @@ HERE
HLEDGER_INSTALL_TOOL=hledger-install.sh
# ^ this script's name (can't use $0 when it's piped into bash)
HLEDGER_INSTALL_VERSION=20180218
HLEDGER_INSTALL_VERSION=20180306
RESOLVER= #"--resolver=nightly"
# ^ You can specify a different stackage snapshot here,