[3.11] gh-98548: Fix `-ne` shell operator spelling (#98556)

This commit is contained in:
sterliakov 2022-10-28 13:12:31 +03:00 committed by GitHub
parent 9f01a2793a
commit 194588decc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 ""