catalyst-auto: minor word smithing
This commit is contained in:
parent
f34a62d0ab
commit
fdc39e249c
1 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ if ! mkdir -p "${TMPDIR}"/{specs,kconfig,log}; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! run_cmd "pre_build" "${TMPDIR}/log/pre_build.log"; then
|
if ! run_cmd "pre_build" "${TMPDIR}/log/pre_build.log"; then
|
||||||
send_email "Catalyst build error - pre_build" "Your pre_build function sucks" "${TMPDIR}/log/pre_build.log"
|
send_email "Catalyst build error - pre_build" "The pre_build function failed" "${TMPDIR}/log/pre_build.log"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -309,7 +309,7 @@ for a in "" ${SETS}; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if ! run_cmd "post_build" "${TMPDIR}/log/post_build.log"; then
|
if ! run_cmd "post_build" "${TMPDIR}/log/post_build.log"; then
|
||||||
send_email "Catalyst build error - post_build" "Your post_build function sucks" "${TMPDIR}/log/post_build.log"
|
send_email "Catalyst build error - post_build" "The post_build function failed" "${TMPDIR}/log/post_build.log"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue