mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Cleanup comment
This commit is contained in:
parent
17e8bdedf6
commit
5315807ea7
1 changed files with 0 additions and 1 deletions
|
@ -526,7 +526,6 @@ ynh_compare_current_package_version() {
|
||||||
# If the version are identical, and the evaluation allows equal versions.
|
# If the version are identical, and the evaluation allows equal versions.
|
||||||
if [ $version == $current_version ]
|
if [ $version == $current_version ]
|
||||||
then
|
then
|
||||||
# manage equals case.
|
|
||||||
if [ $comparison == ge ] || [ $comparison == le ]; then
|
if [ $comparison == ge ] || [ $comparison == le ]; then
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue