Revision: 68927
          http://sourceforge.net/p/brlcad/code/68927
Author:   starseeker
Date:     2016-09-28 20:54:08 +0000 (Wed, 28 Sep 2016)
Log Message:
-----------
in-src-dir regress-repository needs to ignore mime.c

Modified Paths:
--------------
    brlcad/trunk/regress/repository.sh

Modified: brlcad/trunk/regress/repository.sh
===================================================================
--- brlcad/trunk/regress/repository.sh  2016-09-28 18:34:41 UTC (rev 68926)
+++ brlcad/trunk/regress/repository.sh  2016-09-28 20:54:08 UTC (rev 68927)
@@ -325,7 +325,7 @@
 MATCHES=
 echo "Searching sources ..."
 for file in $SRCFILES /dev/null ; do
-    this="`eval $grepcmd $regex $file /dev/null | grep -v uce-dirent.h`"
+    this="`eval $grepcmd $regex $file /dev/null | grep -v uce-dirent.h | grep 
-v mime.c `"
     if test "x$this" != "x" ; then
        MATCHES="$MATCHES
 $this"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to