From: AJ ONeal <aj@therootcompany.com>
Date: Sat, 2 May 2020 20:53:53 +0000 (+0000)
Subject: ease up on the pipefail
X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=4f705479b909f04668a15e6d24aa9b2dfe54f212;p=webi-installers%2F.git

ease up on the pipefail
---

diff --git a/rg/rg.bash b/rg/rg.bash
index 51c3e59..9730a12 100644
--- a/rg/rg.bash
+++ b/rg/rg.bash
@@ -20,7 +20,6 @@
 
 set -e
 set -u
-set -o pipefail
 
 # Use the script's first argument or the supplied WEBI_VERSION or ''
 WEBI_VERSION=${1:-${WEBI_VERSION:-}}