From e03342cd3205816b6abac414cfcc284583099ca2 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 18 Dec 2019 15:54:41 -0800 Subject: [PATCH] Cut version 1.5.0 --- scripts/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist.sh b/scripts/dist.sh index 82519a264..098a3311a 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -e pipefail +set -e # Get the parent directory of where this script is. SOURCE="${BASH_SOURCE[0]}"