uncommented rm of buffer file.

This commit is contained in:
Elijah Saxon 2005-03-13 19:47:00 +00:00
parent 2ae95a499a
commit c8ad6fc415

View File

@ -308,7 +308,7 @@ function process_action() {
_fatals=`cat $bufferfile | grep "^Fatal: " | wc -l`
ret=`grep "\(^Warning: \|^Error: \|^Fatal: \)" $bufferfile`
#rm $bufferfile
rm $bufferfile
if [ $_fatals != 0 ]; then
msg "*failed* -- $file"
errormsg="$errormsg\n== failures from $file ==\n\n$ret\n"