mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 21:20:03 -04:00
checklibs needs to grep for the cfg_* prefix in lib/isccfg
(cherry picked from commit ab7356a7de)
This commit is contained in:
parent
4b091135fe
commit
960a3906fe
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ do
|
|||
test -z "$dirs" && continue;
|
||||
pat=$lib
|
||||
test $lib = dns && pat='\(dns\|dst\)'
|
||||
test $lib = isccfg && pat='cfg'
|
||||
pat="^${pat}_[a-z0-9_]*("
|
||||
list=`git ls-files -c $dirs | grep '\.h$' |
|
||||
xargs grep "$pat" |
|
||||
|
|
|
|||
Loading…
Reference in a new issue