summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-06 12:02:26 +0000
committerRoland McGrath <roland@gnu.org>2006-01-06 12:02:26 +0000
commit030219826e29a214dc1b58d31fd924fb32ec761f (patch)
tree066406d04fa90ac841464088d7a1e0e0c00ee7b0 /scripts
parentcb483e04aa9d67368c6e11cddf6d58fc0c80713e (diff)
* scripts/check-local-headers.sh: Revert last change.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-local-headers.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh
index 5896a933d2..88c85f7106 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