summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Pitrat <colin.pitrat@gmail.com>2019-03-20 11:21:15 +0000
committerGitHub <noreply@github.com>2019-03-20 11:21:15 +0000
commitf07703eb7ae347345d1553aff26b1387fa6d858f (patch)
treed014a01ac1df675e8945343f2896f2bee7e5b1c0
parentfd4eda8bda87fb5efe4c0e99a042d095a40c6b90 (diff)
Fix comment position
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 05cc635..b07a6a7 100755
--- a/install.sh
+++ b/install.sh
@@ -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