Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 194588d

Browse filesBrowse files
authored
[3.11] gh-98548: Fix -ne shell operator spelling (#98556)
1 parent 9f01a27 commit 194588d
Copy full SHA for 194588d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
make -j4
8585
- name: Check for changes in the ABI
8686
run: |
87-
make check-abidump
88-
if [ $? -neq 0 ] ; then
87+
if ! make check-abidump; then
8988
echo "Generated ABI file is not up to date."
9089
echo "Please, add the release manager of this branch as a reviewer of this PR."
9190
echo ""

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.