Fix comment position

This commit is contained in:
Colin Pitrat 2019-03-20 11:21:15 +00:00 committed by GitHub
parent fd4eda8bda
commit f07703eb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,11 +53,11 @@ function vercomp() {
then then
v1[$i]=0 v1[$i]=0
fi fi
# And in v2
if [ -z "${v2[$i]}" ] if [ -z "${v2[$i]}" ]
then then
v2[$i]=0 v2[$i]=0
fi fi
# And in v2
if [ ${v1[$i]} -gt ${v2[$i]} ] if [ ${v1[$i]} -gt ${v2[$i]} ]
then then
return 1 return 1