summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index c1ae0eb..3f083b6 100755
--- a/bashrc
+++ b/bashrc
@@ -67,11 +67,13 @@ tinderbox_failed() {
for filename in {autoconf,automake,aclocal}{,-1}; do
if fgrep -q "/temp/${filename}.out" "${PORTAGE_LOG_FILE}"; then
cat - <<EOF
+
######## ${filename}.out ########
EOF
cat "${T}"/${filename}.out
cat - <<EOF
#################################
+
EOF
fi
done