mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-02 21:06:37 +03:00
Adapt error messages in tests/scripts/list-*
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set =eu
|
||||
set -eu
|
||||
|
||||
if [ -d include/mbedtls ]; then :; else
|
||||
echo "$0: must be run from root" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
HEADERS=$( ls include/mbedtls/*.h )
|
||||
|
||||
|
Reference in New Issue
Block a user