From 353b77ce969cf6c050a8636c5ec5603104e93717 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 18 Feb 2018 18:14:37 -0800 Subject: [PATCH] install: also set pipefail! that should help [ci skip] --- hledger-install/hledger-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index fbf789ef8..114e6867f 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -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 <