Cleanup comment

This commit is contained in:
Josué Tille 2020-04-14 14:04:26 +02:00
parent 17e8bdedf6
commit 5315807ea7
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -526,7 +526,6 @@ ynh_compare_current_package_version() {
# If the version are identical, and the evaluation allows equal versions.
if [ $version == $current_version ]
then
# manage equals case.
if [ $comparison == ge ] || [ $comparison == le ]; then
return 0
else