We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6060b commit 0dbaf0fCopy full SHA for 0dbaf0f
1 file changed
build.sh
@@ -427,7 +427,7 @@ prepare_build() {
427
mkdir -p "$(dirname "${logging}")" && touch "${logging}"
428
msg_warn "Re-run sudo ${0} ${ARGUMENT[*]} --nodepend --nolog --nocolor --rerun 2>&1 | tee ${logging}"
429
sudo "${0}" "${ARGUMENT[@]}" --nolog --nocolor --nodepend --rerun 2>&1 | tee "${logging}"
430
- exit "${?}"
+ exit "${PIPESTATUS[0]}"
431
fi
432
433
# Set argument of pkglist.sh
0 commit comments