From cd260cc763da7577e73e14b14c6114c5487223f1 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 19 Aug 2023 21:53:05 +0100 Subject: [PATCH] Tidying --- build/scripts/ValidateAvr8TargetDescriptionFiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/ValidateAvr8TargetDescriptionFiles.php b/build/scripts/ValidateAvr8TargetDescriptionFiles.php index af7e7c0e..03869551 100644 --- a/build/scripts/ValidateAvr8TargetDescriptionFiles.php +++ b/build/scripts/ValidateAvr8TargetDescriptionFiles.php @@ -32,4 +32,4 @@ print "\n\n"; print "Validated " . count($avr8Tdfs) . " TDFs. "; print (($failedValidationCount > 0) ? "\033[31m" : "\033[32m"); print $failedValidationCount . " failure(s)." . "\033[0m" . "\n"; -echo "Done\n"; +print "Done\n";