projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260a2f1
)
ease up on the pipefail
author
AJ ONeal
<aj@therootcompany.com>
Sat, 2 May 2020 20:53:53 +0000
(20:53 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Sat, 2 May 2020 20:53:53 +0000
(20:53 +0000)
rg/rg.bash
patch
|
blob
|
history
diff --git
a/rg/rg.bash
b/rg/rg.bash
index 51c3e598a5f12944103958e31a546fa319e52c32..9730a12f28cc4e8575a3e0cc85e69ea6522236b7 100644
(file)
--- 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:-}}