Remove unnecessary use of export

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2024-03-12 13:32:36 +00:00
parent 4c4f1f1428
commit 294a3c2ccb
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
# export VERBOSE_LOGS=1 # export VERBOSE_LOGS=1
# don't silence invocations containing these arguments # don't silence invocations containing these arguments
export NO_SILENCE=" --version " NO_SILENCE=" --version "
export TOOL="cmake" TOOL="cmake"
. "$(dirname "$0")/quiet.sh" . "$(dirname "$0")/quiet.sh"

View File

@ -12,8 +12,8 @@
# export VERBOSE_LOGS=1 # export VERBOSE_LOGS=1
# don't silence invocations containing these arguments # 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" . "$(dirname "$0")/quiet.sh"