projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
398d5f6
)
find_module: ignore 'config' module
author
Marko Kreen
<markokr@gmail.com>
Thu, 5 Apr 2012 13:21:39 +0000
(16:21 +0300)
committer
Marko 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
patch
|
blob
|
blame
|
history
diff --git
a/find_modules.sh
b/find_modules.sh
index 3fa83f84f28298f60a1fefa856199c86b2ba428e..df5970dd548abc3e9fd1fcd8c63d076c5660a3cc 100755
(executable)
--- a/
find_modules.sh
+++ b/
find_modules.sh
@@
-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