Commit 2b63364
committed
bin/git-commit-filetree: Add set -o pipefail
Again, we don't actually need this right now because the only two
places we use a pipe are in command-substitution subshells (`$(...)`),
but this should always go with set -e.1 parent 3648d28 commit 2b63364
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments