diff options
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 } |