We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560a870 commit b285437Copy full SHA for b285437
scripts/check_extable.sh
@@ -4,7 +4,7 @@
4
5
obj=$1
6
7
-file ${obj} | grep -q ELF || (echo "${obj} is not and ELF file." 1>&2 ; exit 0)
+file ${obj} | grep -q ELF || (echo "${obj} is not an ELF file." 1>&2 ; exit 0)
8
9
# Bail out early if there isn't an __ex_table section in this object file.
10
objdump -hj __ex_table ${obj} 2> /dev/null > /dev/null
0 commit comments