summaryrefslogtreecommitdiffstats
path: root/tools/checkxalloc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkxalloc.sh')
-rwxr-xr-xtools/checkxalloc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkxalloc.sh b/tools/checkxalloc.sh
index c507777db..3c342545f 100755
--- a/tools/checkxalloc.sh
+++ b/tools/checkxalloc.sh
@@ -10,7 +10,7 @@ cd "$(git rev-parse --show-toplevel)" || {
}
git grep -zl '#include "xalloc.h"' |
- xargs -0 grep -nwE '[^x](([cm]|re)alloc|strdup|asprintf)\('
+ xargs -0 grep -nE '\b(([cm]|re)alloc|strdup|asprintf)[[:space:]]*\([^)]'
result=$?