mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
Fix docs
Co-authored-by: Gilles Peskine <gilles.peskine@arm.com> Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -18,8 +18,8 @@
|
|||||||
# TOOL - the name of the tool that is being wrapped (with no path), e.g. "make"
|
# TOOL - the name of the tool that is being wrapped (with no path), e.g. "make"
|
||||||
#
|
#
|
||||||
# NO_SILENCE - a regex that describes the commandline arguments for which output will not
|
# NO_SILENCE - a regex that describes the commandline arguments for which output will not
|
||||||
# be silenced, e.g. " --version | test ". In this example, "make test" will
|
# be silenced, e.g. " --version | test ". In this example, "make lib test" will
|
||||||
# not be silent, but "make lib test" will be.
|
# not be silent, but "make lib" will be.
|
||||||
|
|
||||||
# Locate original tool
|
# Locate original tool
|
||||||
TOOL_WITH_PATH=$(dirname "$0")/$TOOL
|
TOOL_WITH_PATH=$(dirname "$0")/$TOOL
|
||||||
|
Reference in New Issue
Block a user