svn commit: r1928440 - apr/apr/trunk/build
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dsahlberg
Date: Sat Sep 13 20:01:55 2025
New Revision: 1928440
Log:
Remove an echo left from debugging in r1928439
* build/run-gcov.sh
...
Modified:
apr/apr/trunk/build/run-gcov.sh
Modified: apr/apr/trunk/build/run-gcov.sh
==============================================================================
--- apr/apr/trunk/build/run-gcov.sh Sat Sep 13 20:00:52 2025 (r1928439)
+++ apr/apr/trunk/build/run-gcov.sh Sat Sep 13 20:01:55 2025 (r1928440)
@@ -30,7 +30,6 @@ for i in `find . -name "*.gcno" | sort`;
continue
fi
- echo $i
# Find the directory and base name of this gcno file
basename=`basename "$i"`
filename="${i%.*}"