mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-25 04:29:55 +00:00
Redirect error message to stderr
Signed-off-by: Thomas Daubney <[email protected]>
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ PROJECT_NAME_FILE='./scripts/project_name.txt'
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user