diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-07-15 12:31:15 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2012-07-15 12:31:15 +0200 |
commit | fa87ccd02417f0c4b3a4f5545948df68585432c7 (patch) | |
tree | a889a1431d4380fa0f6d64e816b2a2a5cd13e216 | |
parent | Make it more generic and more reliable to pick up autotools failure logs. (diff) | |
download | flameeyes-tinderbox-fa87ccd02417f0c4b3a4f5545948df68585432c7.tar.gz flameeyes-tinderbox-fa87ccd02417f0c4b3a4f5545948df68585432c7.tar.bz2 flameeyes-tinderbox-fa87ccd02417f0c4b3a4f5545948df68585432c7.zip |
Add space.
-rwxr-xr-x | bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |