Commit be6dbea
fix: avoid pipefail error in appimage build script
The `set -euo pipefail` combined with `| head -50` causes the script
to fail when head closes the pipe early and sed receives SIGPIPE.
Wrap the pipeline in a subshell with `|| true` to ignore the expected
pipe error.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent bb152d9 commit be6dbea
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
0 commit comments