1
0
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:
Manuel Pégourié-Gonnard
2015-04-09 10:15:10 +02:00
parent 45df597028
commit d1ddd29e81
4 changed files with 21 additions and 4 deletions

View File

@ -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 )