diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-local-headers.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 5896a93..88c85f7 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -30,8 +30,7 @@ if fgrep "$includedir" */*.d | fgrep -v "$includedir/asm" | fgrep -v "$includedir/linux" | fgrep -v "$includedir/selinux" | -fgrep -v "$includedir/gd" | -fgrep -v "$includedir/c++"; then +fgrep -v "$includedir/gd"; then # If we found a match something is wrong. exit 1 fi |