Skip to content

Commit

Permalink
Fix QNX errno gather (BlackBerry changed HTML)
Browse files Browse the repository at this point in the history
Another case of "this shape of change only happened
once so far, so might not be worth compensating for
in a more generic way just yet".
  • Loading branch information
mentalisttraceur committed Sep 1, 2023
1 parent 90b4164 commit 0e876e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion for-maintainers/gather-errno-names.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ qnx()
errno_documentation=`
get https://www.qnx.com/developers/docs/ \
| grep -A1 'QNX Software Development Platform' \
| head -n2 | tail -n1 \
| head -n5 | tail -n1 \
| sed 's/.*href="//; s/".*//' \
| sed 's|#.*|com.qnx.doc.neutrino.lib_ref/topic/e/errno.html|' \
| sed 's/^http:/https:/'
Expand Down

0 comments on commit 0e876e4

Please sign in to comment.