docs_version_pragma_check.sh: Fix broken variable comparison hiding missing compiler version warnings

This commit is contained in:
Kamil Śliwak
2020-12-12 04:51:16 +01:00
parent 2481f2c6bb
commit 74b5560f7e
+1 -1
View File
@@ -117,7 +117,7 @@ function findMinimalVersion()
fi
done
if [ -z version ]
if [ -z "$version" ]
then
printError "No release $sign$pragmaVersion was listed in available releases!"
fi