From 55534e066988ec5ffe3f46d36f2ade4d789e6180 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 1 Oct 2018 14:10:16 +0200 Subject: [PATCH] Fixed shellcheck SC2053 in Vercomp --- dev/ofunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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