commit | 5e9ffa90960f77bb61ff8f425c6814a4c5a11ff1 | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Mon Jul 29 12:09:57 2024 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Mon Jul 29 12:09:57 2024 +0100 |
tree | 7ee0182674e5b7e659bc6666a705fcf5cfcf1b69 | |
parent | 6a864dc5feb9392d3a85424951e813e1e5bb595b [diff] [blame] |
Redirect error message to stderr Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/scripts/lcov.sh b/scripts/lcov.sh index 15b13c1..2885537 100755 --- a/scripts/lcov.sh +++ b/scripts/lcov.sh
@@ -35,7 +35,7 @@ in_mbedtls_repo () { if [ ! -f $PROJECT_NAME_FILE ]; then - echo "$PROJECT_NAME_FILE does not exist... Exiting..." + echo "$PROJECT_NAME_FILE does not exist... Exiting..." >&2 exit 1 fi grep -Fxq "Mbed TLS" "$PROJECT_NAME_FILE"