Skip to content

Commit 2f3d6a6

Browse files
committed
pipefail causes more head ache than gain, disabling for now
1 parent 26521fd commit 2f3d6a6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

bin/reproin

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
#
66
# ATM paths and setup is DBIC specific. TODO - make it use a config file
77
#
8-
set -eu -o pipefail
8+
set -eu
9+
10+
# Causes too many pipes overall fail where we actually would just expect
11+
# empty result, so disabling for now
12+
# -o pipefail
13+
914
export PS4='+${LINENO}: '
1015

1116
function infodir_sourcepath() {

0 commit comments

Comments
 (0)