commit: fdc39e249cfe9dc956ebd3f04f33a1f5636548f8 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Mar 22 16:46:36 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Mar 22 16:46:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fdc39e24
catalyst-auto: minor word smithing tools/catalyst-auto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index f20aa1d..0b1c389 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -187,7 +187,7 @@ if ! mkdir -p "${TMPDIR}"/{specs,kconfig,log}; then fi 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 fi @@ -309,7 +309,7 @@ for a in "" ${SETS}; do done 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 fi