mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 17:40:23 +00:00
Try to set -o pipefail. The option should be supported since POSIX v8 (2024). Of course it is supported by shells like bash/zsh long time ago but it was added to dash [here], which is merged to dash 5.13, so it is not in any Ubuntu version yet. So adding '|| true' to suppress omission. XIMEA URL extraction must have been updated 'sed -e "... q"' causes broken pipe, which becomes now fatal. [here]: https://git.kernel.org/pub/scm/utils/dash/dash.git/commit/?id=6347b9fc52d742f36a0276cdea06cd9ad1f02c77