mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Rename quiet to quiet.sh
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -15,4 +15,4 @@ export NO_SILENCE=" --version "
|
||||
|
||||
export TOOL="cmake"
|
||||
|
||||
exec "$(dirname "$0")/quiet" "$@"
|
||||
exec "$(dirname "$0")/quiet.sh" "$@"
|
||||
|
@ -15,4 +15,4 @@ export NO_SILENCE=" --version | test "
|
||||
|
||||
export TOOL="make"
|
||||
|
||||
exec "$(dirname "$0")/quiet" "$@"
|
||||
exec "$(dirname "$0")/quiet.sh" "$@"
|
||||
|
Reference in New Issue
Block a user