diff options
-rwxr-xr-x | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ tinderbox_failed() { # check if this is an automake failure and if so, get the whole log inlined if fgrep -q "/temp/automake.out" "${PORTAGE_LOG_FILE}"; then - cat "${T}"/automake.log + cat "${T}"/automake.out fi tinderbox_send_log |