From: Josh Soref Date: Sun, 31 Oct 2021 01:04:32 +0000 (-0400) Subject: build_tools: Spelling fixes X-Git-Tag: 16.23.0-rc1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aadd5573d587b8ab58388809b6234df73ab4b4c;p=thirdparty%2Fasterisk.git build_tools: Spelling fixes Correct typos of the following word families: binutils ASTERISK-29714 Change-Id: I2f676ab48cd50edc400c43307cb53679e4c09b97 --- diff --git a/build_tools/download_externals b/build_tools/download_externals index 54a604e5ef..0f82eff651 100755 --- a/build_tools/download_externals +++ b/build_tools/download_externals @@ -160,7 +160,7 @@ if [[ -f ${DESTDIR}${ASTMODDIR}/${module_name}.manifest.xml ]] ; then break else if [[ "$executable" = "yes" ]] ; then - # There are easier ways of doing this (objcopy --dump-section) but not in older bunutils + # There are easier ways of doing this (objcopy --dump-section) but not in older binutils length_offset=$(objdump -h $f | sed -n -r -e "s/^\s+[0-9]+\s+.ast_manifest\s+([0-9a-fA-F]+)\s+[0-9a-fA-F]+\s+[0-9a-fA-F]+\s+([0-9a-fA-F]+)\s+.*$/0x\1 0x\2/p") tags=$($(eval 'printf "dd if=$f bs=1 count=%d skip=%d\n" $length_offset') 2>/dev/null) if [[ -n "${tags}" && "${tags}" != "${module_name},${variant},${rpv}" ]] ; then