Fixed shellcheck SC2053 in Vercomp

This commit is contained in:
deajan 2018-10-01 14:10:16 +02:00
parent 2eba91a58f
commit 55534e0669
1 changed files with 1 additions and 1 deletions

View File

@ -2208,7 +2208,7 @@ function VerComp () {
return 1
fi
if [[ $1 == $2 ]]
if [[ "$1" == "$2" ]]
then
echo 0
return