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
|
do
|
||||||
if versionGreater "$ver" "$pragmaVersion"
|
if versionGreater "$ver" "$pragmaVersion"
|
||||||
then
|
then
|
||||||
minVersion="$ver"
|
version="$ver"
|
||||||
break
|
break
|
||||||
elif ([ $greater == false ]) && versionEqual "$ver" "$pragmaVersion"
|
elif ([ $greater == false ]) && versionEqual "$ver" "$pragmaVersion"
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user