Fix pgrminclude regex pattern.
This commit is contained in:
parent
6a56a38f01
commit
910725b49d
@ -13,7 +13,7 @@ while read FILE
|
|||||||
do
|
do
|
||||||
# Skip files with #if and #ifdef blocks because the blocks
|
# Skip files with #if and #ifdef blocks because the blocks
|
||||||
# might contain code that is not compiled on this platform.
|
# 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 ]
|
if [ `expr $FILE : '.*\.h$'` -ne 0 ]
|
||||||
then IS_INCLUDE="Y"
|
then IS_INCLUDE="Y"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user