diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index a18b825..47274d1 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -2208,7 +2208,7 @@ function VerComp () { return 1 fi - if [[ $1 == $2 ]] + if [[ "$1" == "$2" ]] then echo 0 return