From: Thomas Lamprecht Date: Tue, 26 Apr 2022 08:39:19 +0000 (+0200) Subject: check-missing-functions: avoid some more false-positives with negative-lookbehing X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=cdeee6900331d59f91ef9882314ede618a317706 check-missing-functions: avoid some more false-positives with negative-lookbehing Signed-off-by: Thomas Lamprecht --- diff --git a/src/test/check-missing-functions b/src/test/check-missing-functions index c8a2b3d..cb819fc 100755 --- a/src/test/check-missing-functions +++ b/src/test/check-missing-functions @@ -10,5 +10,5 @@ PRESENT=$(awk 'BEGIN{ORS="|";} /^_/{ gsub(/\(\) {/, ""); print $0}' \ LOCAL=$(awk 'BEGIN{ORS="|";} /^_/{ gsub(/\(\) {/, ""); print $0}' \ ../acme.sh/dnsapi/dns*.sh | sed -r 's/\|$//') -grep -P '\b_[a-zA-Z0-9_-]+ ' ../acme.sh/dnsapi/dns_*sh | \ +grep -P '(?