re6st: fail if any subprocess fails while fixing paths in ELF files
This replaces a long pipeline that only failed if the last pipe command fails. But on Arch, we got the following error: xargs: file: terminated by signal 31 and the build continued, pretending it was successful whereas the package was unusable. This is similar to bash's pipefail. Note that 'chrpath -k' exit code is ignored because it is expected to return 2.
Showing
Please register or sign in to comment