mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Remove unnecessary use of export
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
4c4f1f1428
commit
294a3c2ccb
@ -12,8 +12,8 @@
|
||||
# export VERBOSE_LOGS=1
|
||||
|
||||
# don't silence invocations containing these arguments
|
||||
export NO_SILENCE=" --version "
|
||||
NO_SILENCE=" --version "
|
||||
|
||||
export TOOL="cmake"
|
||||
TOOL="cmake"
|
||||
|
||||
. "$(dirname "$0")/quiet.sh"
|
||||
|
@ -12,8 +12,8 @@
|
||||
# export VERBOSE_LOGS=1
|
||||
|
||||
# don't silence invocations containing these arguments
|
||||
export NO_SILENCE=" --version | test "
|
||||
NO_SILENCE=" --version | test "
|
||||
|
||||
export TOOL="make"
|
||||
TOOL="make"
|
||||
|
||||
. "$(dirname "$0")/quiet.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user