1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00

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

View File

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