From: Razvan Becheriu Date: Fri, 22 May 2026 10:00:33 +0000 (+0000) Subject: [#4483] addressed review comments X-Git-Tag: Kea-3.1.9~23 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c1b4fcc8ca326102cb7ab0cd2e7cedee8a6d5572;p=thirdparty%2Fkea.git [#4483] addressed review comments --- diff --git a/tools/valgrind_generate_suppression_file.sh b/tools/valgrind_generate_suppression_file.sh index 4a04003f31..636890b014 100755 --- a/tools/valgrind_generate_suppression_file.sh +++ b/tools/valgrind_generate_suppression_file.sh @@ -114,7 +114,7 @@ done # remove files find build -type f -name '*valgrind_hash_*' -exec rm -rf {} ';' find build -type f -name '*txt.supp-part.*' -exec rm -rf {} ';' -if [ $keep_files -eq false ]; then +if [ "${keep_files}" = 'false' ]; then find build -type f -name '*valgrind-supp-*' -exec rm -rf {} ';' fi mv build/valgrind_suppression.supp src/valgrind.supp