]> xenbits.xensource.com Git - livepatch-build-tools.git/commit
livepatch-build-tools: remove usage of gawk
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 28 Nov 2023 09:21:51 +0000 (10:21 +0100)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Wed, 6 Dec 2023 11:32:42 +0000 (11:32 +0000)
commite838847498b9667bc83c5ab63275abf8536ba5bd
treee17f4bbc68b6b1bf28bb2d0938b0fe4f80ea0165
parent629ab8ddb77523dad8b7bfb1a61545455fc2063b
livepatch-build-tools: remove usage of gawk

And instead use plain awk.

Since plain awk cannot do the conversion from hex to decimal, use the shell
(bash) printf to convert the (maybe) hexadecimal output of readelf.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
livepatch-build