fix that old script
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 19 Oct 2005 20:30:08 +0000 (20:30 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Wed, 19 Oct 2005 20:30:08 +0000 (20:30 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@116 839d8a87-29fc-0310-9880-83ba4fa771e5

bin/devel/modules_status

index 5cfd066..3cc1132 100755 (executable)
@@ -3,7 +3,7 @@
 chdir ${1:-.}
 
 dirs=(bin configs htdocs hooks include plugins scripts templates)
-opts=(-type f -not -path '*CVS*' -not -name '.cvsignore' -not -path '*.arch*' -not -path '*TESTS*')
+opts=(-type f -not -path '*.svn*')
 
 diff -u <(cat install.d/**/files|sort) <(find $dirs $opts|sort) \
     | grep '^[-+][a-z]' | sed -e 's,^+,Orphaned: ,;s,^-,Missing : ,'