diff options
Diffstat (limited to 'bashrc')
-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 |