diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-06-16 16:51:57 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-06-16 16:51:57 +0200 |
commit | d9d2ef0a4a679ca48393abec170beec9aee0d87a (patch) | |
tree | 57b276e991fc402268d5ac8c6ab667e650861df6 | |
parent | Quiet the log sending. (diff) | |
download | flameeyes-tinderbox-d9d2ef0a4a679ca48393abec170beec9aee0d87a.tar.gz flameeyes-tinderbox-d9d2ef0a4a679ca48393abec170beec9aee0d87a.tar.bz2 flameeyes-tinderbox-d9d2ef0a4a679ca48393abec170beec9aee0d87a.zip |
And use the right name.
-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 |