diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-10-04 15:49:06 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-10-04 15:49:06 +0200 |
commit | 11c4f5010c58029e73e656d5df4f8f42c9b8e877 (patch) | |
tree | 02ea6c589466e2052fbf81a08ec6f444358be25c /scripts/check-local-headers.sh | |
parent | 57b4af1955e28c1623c98397b8597847d16bdd8c (diff) | |
download | glibc-11c4f5010c58029e73e656d5df4f8f42c9b8e877.tar.gz glibc-11c4f5010c58029e73e656d5df4f8f42c9b8e877.tar.xz glibc-11c4f5010c58029e73e656d5df4f8f42c9b8e877.zip |
crypt: Adjust check-local-headers.sh for nspr4 include directory [BZ #17956]
Diffstat (limited to 'scripts/check-local-headers.sh')
-rwxr-xr-x | scripts/check-local-headers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-local-headers.sh b/scripts/check-local-headers.sh index 4692361686..0cde6e8e92 100755 --- a/scripts/check-local-headers.sh +++ b/scripts/check-local-headers.sh @@ -33,7 +33,7 @@ exec ${AWK} -v includedir="$includedir" ' BEGIN { status = 0 exclude = "^" includedir \ - "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|nspr/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)" + "/(.*-.*-.*/|.*-.*/|)(asm[-/]|arch|linux/|selinux/|mach/|mach_debug/|device/|hurd/(((hurd|ioctl)_types|paths)\\.h|ioctls\\.defs|ihash\\.h)|cthreads\\.h|gd|nss3/|nspr4?/|c\\+\\+/|sys/(capability|sdt(|-config))\\.h|libaudit\\.h)" } /^[^ ]/ && $1 ~ /.*:/ { obj = $1 } { |