diff --git a/fix-repository-20040202 b/fix-repository-20040202 index d44840ccd7..b37dd42cf7 100755 --- a/fix-repository-20040202 +++ b/fix-repository-20040202 @@ -4,5 +4,5 @@ # on 2004-02-02 we made a repository change that requires you to run this script in any working copies checked out before then (otherwise you will continue to see "html_user not found" messages -cat CVS/Entries | grep -v D/html_user | grep -v D/html_ops > CVS/Entries +cat CVS/Entries | grep -v D/html_user | grep -v D/html_ops | grep -v D/MacBoinc > CVS/Entries