From: sterliakov <50529348+sterliakov@users.noreply.github.com> Date: Fri, 28 Oct 2022 10:12:31 +0000 (+0300) Subject: [3.11] gh-98548: Fix `-ne` shell operator spelling (#98556) X-Git-Tag: v3.11.1~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=194588decc05fa12f04cd90c3b78cc081151b19e;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-98548: Fix `-ne` shell operator spelling (#98556) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38dbb131575a..328714e87714 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,8 +84,7 @@ jobs: make -j4 - name: Check for changes in the ABI run: | - make check-abidump - if [ $? -neq 0 ] ; then + if ! make check-abidump; then echo "Generated ABI file is not up to date." echo "Please, add the release manager of this branch as a reviewer of this PR." echo ""