summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rwxr-xr-xbashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 5bb042d..4ad5bba 100755
--- a/bashrc
+++ b/bashrc
@@ -67,6 +67,9 @@ tinderbox_failed() {
if fgrep -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then
cat "${T}"/automake.out
fi
+ if fgrep -q "/temp/aclocal.out" "${PORTAGE_LOG_FILE}"; then
+ cat "${T}"/aclocal.out
+ fi
tinderbox_send_log
}