mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs_version_pragma_check.sh: Fix bad variable name making the script skip ^ and >= pragmas
This commit is contained in:
parent
784871c424
commit
6fc45b3e02
@ -108,7 +108,7 @@ function findMinimalVersion()
|
||||
do
|
||||
if versionGreater "$ver" "$pragmaVersion"
|
||||
then
|
||||
minVersion="$ver"
|
||||
version="$ver"
|
||||
break
|
||||
elif ([ $greater == false ]) && versionEqual "$ver" "$pragmaVersion"
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user