summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index bf51785..7d8ac90 100755
--- a/install.sh
+++ b/install.sh
@@ -75,6 +75,21 @@ function vercomp() {
then
max_len=$len2
fi
+
+ #pad right in short arr
+ if [[ len1 -gt len2 ]];
+ then
+ for ((i = len2; i < len1; i++));
+ do
+ v2[$i]=0
+ done
+ else
+ for ((i = len1; i < len2; i++));
+ do
+ v1[$i]=0
+ done
+ fi
+
for i in `seq 0 $max_len`
do
# Fill empty fields with zeros in v1