summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-07-15 12:31:15 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-07-15 12:31:15 +0200
commitfa87ccd02417f0c4b3a4f5545948df68585432c7 (patch)
treea889a1431d4380fa0f6d64e816b2a2a5cd13e216
parentMake it more generic and more reliable to pick up autotools failure logs. (diff)
downloadflameeyes-tinderbox-fa87ccd02417f0c4b3a4f5545948df68585432c7.tar.gz
flameeyes-tinderbox-fa87ccd02417f0c4b3a4f5545948df68585432c7.tar.bz2
flameeyes-tinderbox-fa87ccd02417f0c4b3a4f5545948df68585432c7.zip
Add space.
-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