From 20dbcad31c24ac944eeebfbc5ba7117831c2f8e4 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 19 Oct 2005 20:30:08 +0000 Subject: [PATCH] fix that old script git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@116 839d8a87-29fc-0310-9880-83ba4fa771e5 --- bin/devel/modules_status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/devel/modules_status b/bin/devel/modules_status index 5cfd066..3cc1132 100755 --- a/bin/devel/modules_status +++ b/bin/devel/modules_status @@ -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 : ,' -- 2.1.4