X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=scripts%2Fcheck_extable.sh;h=4b380564cf7420931fdbd7724cdb26383522253c;hp=93af93c7b3468b4bfd46dfe2c6ed59fdb369f164;hb=3e11300cdfd5f1bc13a05dfc6dccf69aca5dd1dc;hpb=8c7014c66b48226eab5dc835892a0ea3d0a1b21e diff --git a/scripts/check_extable.sh b/scripts/check_extable.sh index 93af93c7b346..4b380564cf74 100755 --- a/scripts/check_extable.sh +++ b/scripts/check_extable.sh @@ -4,7 +4,7 @@ obj=$1 -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) # Bail out early if there isn't an __ex_table section in this object file. objdump -hj __ex_table ${obj} 2> /dev/null > /dev/null