From 4f705479b909f04668a15e6d24aa9b2dfe54f212 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 2 May 2020 20:53:53 +0000 Subject: [PATCH] ease up on the pipefail --- rg/rg.bash | 1 - 1 file changed, 1 deletion(-) 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:-}} -- 2.25.1