ease up on the pipefail

This commit is contained in:
AJ ONeal
2020-05-02 20:53:53 +00:00
parent 260a2f1a8a
commit 4f705479b9
-1
View File
@@ -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:-}}