mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-06 12:20:15 +01:00
Fix pgrminclude regex pattern.
This commit is contained in:
parent
6a56a38f01
commit
910725b49d
|
|
@ -13,7 +13,7 @@ while read FILE
|
|||
do
|
||||
# Skip files with #if and #ifdef blocks because the blocks
|
||||
# might contain code that is not compiled on this platform.
|
||||
grep -q '^if' "$FILE" && continue
|
||||
grep -q '^#if' "$FILE" && continue
|
||||
|
||||
if [ `expr $FILE : '.*\.h$'` -ne 0 ]
|
||||
then IS_INCLUDE="Y"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user