diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-01-04 07:58:23 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-01-04 07:58:23 +0000 |
commit | 04c414477bd220f2c842453314a6dbb928e3c9e6 (patch) | |
tree | 8052cfeac9ce6b340d133433674270ad6a293af9 /scripts | |
parent | 1df14a6af0eed9687fb62130fac201f2f067a936 (diff) | |
download | glibc-04c414477bd220f2c842453314a6dbb928e3c9e6.tar.gz |
Updated to fedora-glibc-20060104T0754cvs/fedora-glibc-2_3_90-26
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-local-headers.sh | 3 |
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 |