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

This commit is contained in:
Kamil Śliwak 2020-12-11 18:49:13 +01:00
parent 2481f2c6bb
commit 74b5560f7e

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