find_module: ignore 'config' module
authorMarko Kreen <markokr@gmail.com>
Thu, 5 Apr 2012 13:21:39 +0000 (16:21 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 5 Apr 2012 13:30:19 +0000 (16:30 +0300)
This avoids including it in source tarball.

find_modules.sh

index 3fa83f84f28298f60a1fefa856199c86b2ba428e..df5970dd548abc3e9fd1fcd8c63d076c5660a3cc 100755 (executable)
@@ -19,7 +19,7 @@ test -n "$1" || exit 0
 
 # return uniq module names, exclude already found ones
 grep_usual() {
-  excl="nonex"
+  excl="config"
   for m in $m_done; do
     excl="$excl|$m"
   done