From c1ba00b91a92dec61cf0d2ef9f5925a6165b2a7a Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 5 Oct 2021 12:16:05 +0200 Subject: [PATCH] Add example how to test blhc ignore string without a rebuild Thanks to Eriberto Mota for the suggestion. --- bin/blhc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/blhc b/bin/blhc index 2c51ce4..b4fbbda 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1550,6 +1550,9 @@ you find false positives which affect more packages please report a bug. To generate this string simply use echo in C; make sure to use @ to suppress the echo command itself as it could also trigger a false positive. +If the build process takes a long time edit the C<.build> file in place and +tweak the ignore string until B no longer +reports any false positives. =head1 OPTIONS -- 2.43.2