]> www.infradead.org Git - users/hch/xfsprogs.git/commit
find-api-violations: fix a broken grep pattern
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 4 Jan 2018 19:59:53 +0000 (13:59 -0600)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Jan 2018 19:59:53 +0000 (13:59 -0600)
commit128491c39f86fe0eb6ff7e99e3d1241a9555e865
tree99b6d04f3ab5d216137443498f125ee51c577874
parent532d03d551ffc70644832cb4f9a64b941e148f56
find-api-violations: fix a broken grep pattern

One of the grep patterns in find-api-violations is mistaken for a
(broken) range specifier when LC_ALL=C, so fix it to work properly.
This was found by wiring up the script to xfstests.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
tools/find-api-violations.sh