1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-07 06:42:56 +03:00

Allow wrappers to be missing; quote directory name from make

Co-authored-by: Gilles Peskine <gilles.peskine@arm.com>
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2024-02-26 17:27:18 +00:00
parent 0b069bd5b1
commit e2317649dd
2 changed files with 3 additions and 9 deletions

View File

@@ -15,4 +15,4 @@ export NO_SILENCE=" --version | test "
export TOOL="make"
exec $(dirname "$0")/quiet "$@"
exec "$(dirname "$0")/quiet" "$@"