summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-01-04 07:58:23 +0000
committerJakub Jelinek <jakub@redhat.com>2006-01-04 07:58:23 +0000
commit04c414477bd220f2c842453314a6dbb928e3c9e6 (patch)
tree8052cfeac9ce6b340d133433674270ad6a293af9 /scripts
parent1df14a6af0eed9687fb62130fac201f2f067a936 (diff)
Updated to fedora-glibc-20060104T0754cvs/fedora-glibc-2_3_90-26
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-local-headers.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index 88c85f7106..5896a933d2 100755
--- a/scripts/check-local-headers.sh
+++ b/scripts/check-local-headers.sh
@@ -30,7 +30,8 @@ if fgrep "$includedir" */*.d |
fgrep -v "$includedir/asm" |
fgrep -v "$includedir/linux" |
fgrep -v "$includedir/selinux" |
-fgrep -v "$includedir/gd"; then
+fgrep -v "$includedir/gd" |
+fgrep -v "$includedir/c++"; then
# If we found a match something is wrong.
exit 1
fi