commit | a542420e6d40409d81a4ae6b7c2fb25dce09c00d | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Tue Aug 06 18:01:42 2024 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Tue Aug 06 18:01:42 2024 +0100 |
tree | b84c87382fe3d53ae9be625f600bca248862065d | |
parent | 5f0b64aadf029ed154d4b26593b1dbba805a6e64 [diff] [blame] |
Call in_mbedtls_repo Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/scripts/lcov.sh b/scripts/lcov.sh index 516d9e3..2d2f42b 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh
@@ -74,7 +74,7 @@ exit fi -if in_mbedtls_build_dir; then +if in_mbedtls_repo; then library_dir='library' title='Mbed TLS' else