Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix -ne shell operator spelling
  • Loading branch information
sterliakov committed Oct 22, 2022
commit 1feb7ff7466e97277b78339f779979fd8841bbc1
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Check for changes in the ABI
run: |
make check-abidump
if [ $? -neq 0 ] ; then
if [ $? -ne 0 ] ; 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 ""
Expand Down