From 030219826e29a214dc1b58d31fd924fb32ec761f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 6 Jan 2006 12:02:26 +0000 Subject: * scripts/check-local-headers.sh: Revert last change. --- scripts/check-local-headers.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit 1.4.1