mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Adapt error messages in tests/scripts/list-*
This commit is contained in:
parent
45df597028
commit
d1ddd29e81
4 changed files with 21 additions and 4 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue