X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=devel%2Frelease-checks.sh;fp=devel%2Frelease-checks.sh;h=23c29eaafcdba5b37098cd4058fe53262be7b8da;hb=40b75f50be35dd372547bf03b972059e88b6f19b;hp=f9dd6adefeedd2d9ba59a037ce9a4d594d1259c0;hpb=8e721f12ba2d03cabc299a75827b5282720204ba;p=notmuch diff --git a/devel/release-checks.sh b/devel/release-checks.sh index f9dd6ade..23c29eaa 100755 --- a/devel/release-checks.sh +++ b/devel/release-checks.sh @@ -109,7 +109,7 @@ else fi echo -n "Checking that python bindings version is $VERSION... " -py_version=`python -c "with open('$PV_FILE') as vf: exec(vf.read()); print(__VERSION__)"` +py_version=`python3 -c "with open('$PV_FILE') as vf: exec(vf.read()); print(__VERSION__)"` if [ "$py_version" = "$VERSION" ] then echo Yes.