[med-svn] [Git][med-team/trf][master] Fix : use let for increment
Nilesh Patra
gitlab at salsa.debian.org
Thu Jul 16 12:37:55 BST 2020
Nilesh Patra pushed to branch master at Debian Med / trf
Commits:
49a0809b by Nilesh Patra at 2020-07-16T11:37:39+00:00
Fix : use let for increment
- - - - -
1 changed file:
- debian/tests/run-unit-test
Changes:
=====================================
debian/tests/run-unit-test
=====================================
@@ -53,6 +53,6 @@ do
echo "Comparing extropy"
check_compare $i 1.5
fi
- ((cnt++))
+ let "cnt=cnt+1"
done
View it on GitLab: https://salsa.debian.org/med-team/trf/-/commit/49a0809ba7cc294f225bfa11447c52f3c2d7dda9
--
View it on GitLab: https://salsa.debian.org/med-team/trf/-/commit/49a0809ba7cc294f225bfa11447c52f3c2d7dda9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200716/60e1d3c6/attachment.html>
More information about the debian-med-commit
mailing list