citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 18f985ddc431ae4e838f004da7e869e5ff1f59c7
parent dfa17e7ee8762605971f8d978b9e57631ee6c888
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue,  9 Aug 2016 22:45:44 -0600

src/check: typeset tmp

Diffstat:
Msrc/check.in | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/check.in b/src/check.in @@ -56,6 +56,7 @@ for d in `find $dir -name citrun.log`; do done let i=0 + typeset -i tmp while [ $i -lt $fine_len ]; do tmp=`awk "\\$0~/${FINE[$i]}/ { sum += \\$2 } END { print sum }" $d` if [ "$tmp" = "" ]; then