diff options
| author | Colin Pitrat <colin.pitrat@gmail.com> | 2019-03-20 11:21:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-20 11:21:15 +0000 |
| commit | f07703eb7ae347345d1553aff26b1387fa6d858f (patch) | |
| tree | d014a01ac1df675e8945343f2896f2bee7e5b1c0 /install.sh | |
| parent | fd4eda8bda87fb5efe4c0e99a042d095a40c6b90 (diff) | |
Fix comment position
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
