From a542420e6d40409d81a4ae6b7c2fb25dce09c00d Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Tue, 6 Aug 2024 18:01:42 +0100 Subject: [PATCH] Call in_mbedtls_repo Signed-off-by: Thomas Daubney --- scripts/lcov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lcov.sh b/scripts/lcov.sh index 516d9e372..2d2f42bcb 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh @@ -74,7 +74,7 @@ if [ $# -gt 0 ] && [ "$1" = "--help" ]; then exit fi -if in_mbedtls_build_dir; then +if in_mbedtls_repo; then library_dir='library' title='Mbed TLS' else