Skip to content

Commit f07703e

Browse files
authored
Fix comment position
1 parent fd4eda8 commit f07703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ function vercomp() {
5353
then
5454
v1[$i]=0
5555
fi
56+
# And in v2
5657
if [ -z "${v2[$i]}" ]
5758
then
5859
v2[$i]=0
5960
fi
60-
# And in v2
6161
if [ ${v1[$i]} -gt ${v2[$i]} ]
6262
then
6363
return 1

0 commit comments

Comments
 (0)