From d9d2ef0a4a679ca48393abec170beec9aee0d87a Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 16 Jun 2012 16:51:57 +0200 Subject: And use the right name. --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 0f81918..5bb042d 100755 --- a/bashrc +++ b/bashrc @@ -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 -- cgit v1.2.3-65-gdbad