Follow-up for less verbose logging

Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
Dave Rodgman
2024-03-07 17:26:16 +00:00
parent 5bc604f33c
commit ec84093ae6
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ export NO_SILENCE=" --version "
export TOOL="cmake"
exec "$(dirname "$0")/quiet.sh" "$@"
. "$(dirname "$0")/quiet.sh"
+1 -1
View File
@@ -16,4 +16,4 @@ export NO_SILENCE=" --version | test "
export TOOL="make"
exec "$(dirname "$0")/quiet.sh" "$@"
. "$(dirname "$0")/quiet.sh"
Executable → Regular
View File