Commit ec06ba8
committed
fix: prevent SIGPIPE exit in debug verification pipes
head -5 closes the pipe early, causing codesign/otool to receive
SIGPIPE (exit 141). With set -euo pipefail, this aborts the script.
Add || true to debug pipe commands since they are non-critical.1 parent 8ffb668 commit ec06ba8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments