Skip to content

Commit

Permalink
set -o pipefail has many problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
averms committed Oct 20, 2021
1 parent c4e19f0 commit 3bee04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
set -eu

test_json() {
in="$1"
Expand Down

0 comments on commit 3bee04d

Please sign in to comment.