mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 06:33:06 +00:00
all.sh: improve wrapper error reporting
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
d10f42f5e6
commit
dea700dd38
@ -55,7 +55,7 @@ if [ "$#" -eq 1 ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$#" -ne 4 -o "$1" != '--seed' -o "$3" != '--keep-going' ]; then
|
||||
if [ "$#" -ne 4 -o "${1:-unset}" != '--seed' -o "${3:-unset}" != '--keep-going' ]; then
|
||||
echo "This invocation is not supported by the transitional wrapper." >&2
|
||||
echo "See the comments at the top of $0." >&2
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user