chore: improve comment consistency (#5879)

Add a space and capitalize.
This commit is contained in:
H. Joe Lee
2025-09-26 13:45:33 -05:00
committed by GitHub
parent 748875a7d7
commit c38b148052
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ echo "Current build directory: $top_builddir$currentpath"
# Loop through all subdirectories
for dir in */; do
if [ -d "$dir" ] && [ ! -L "$dir" ]; then
#check if test-pc.sh exists
# Check if test-pc.sh exists
if [ -f "$dir/test-pc.sh" ];
then
echo "Entering directory: $dir"