From 430ceadd6b6a4d82d7d5f55b2a8109d22b858eef Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 5 Apr 2012 16:21:39 +0300 Subject: [PATCH] find_module: ignore 'config' module This avoids including it in source tarball. --- find_modules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find_modules.sh b/find_modules.sh index 3fa83f8..df5970d 100755 --- 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 -- 2.39.5