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:
@@ -15,4 +15,4 @@ export NO_SILENCE=" --version | test "
|
||||
|
||||
export TOOL="make"
|
||||
|
||||
exec $(dirname "$0")/quiet "$@"
|
||||
exec "$(dirname "$0")/quiet" "$@"
|
||||
|
Reference in New Issue
Block a user