------------------------------------------------------------
revno: 1090
committer: Mark Sapiro <[EMAIL PROTECTED]>
branch nick: 2.1
timestamp: Sat 2008-06-07 09:37:07 -0700
message:
  A very minor change to mmdsr
modified:
  contrib/mmdsr

=== modified file 'contrib/mmdsr'
--- a/contrib/mmdsr     2008-06-06 17:49:41 +0000
+++ b/contrib/mmdsr     2008-06-07 16:37:07 +0000
@@ -425,7 +425,7 @@
            echo "" >> $TMP
            echo "Other Errors:" >> $TMP
            echo "------------------------------" >> $TMP
-           $EGREP -vi '(Uncaught runner exception|No such 
list|Traceback|shunting)' $TMPLOG | $SED 's/^.* ([0-9]*) //' | $SED 
's/unparseable message.*/unparseable message/' | $SED 's/preserving 
file.*/preserving file/' | $SORT | $UNIQ -c | $SORT -nr >> $TMP
+           $EGREP -vi '(Uncaught runner exception|No such 
list|Traceback|shunting)' $TMPLOG | $SED -e 's/^.* ([0-9]*) //' -e 
's/unparseable message.*/unparseable message/' -e 's/preserving 
file.*/preserving file/' | $SORT | $UNIQ -c | $SORT -nr >> $TMP
 
        elif [ "${LOG}" = "fromusenet" ] ; then
 



--
Stable, maintained release series
https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to