mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-04 04:31:27 +00:00
bios: Use proper grep syntax
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
committed by
Will Deacon
parent
406f1a89c8
commit
fc0a744716
+1
-1
@@ -8,6 +8,6 @@ echo ""
|
||||
echo "#define BIOS_ENTRY_SIZE(name) (name##_end - name)"
|
||||
echo ""
|
||||
|
||||
nm bios-rom.bin.elf | grep ' [:Tt:] ' | awk '{ print "#define BIOS_OFFSET__" $3 " 0x" $1; }'
|
||||
nm bios-rom.bin.elf | grep ' [Tt] ' | awk '{ print "#define BIOS_OFFSET__" $3 " 0x" $1; }'
|
||||
|
||||
echo "#endif"
|
||||
|
||||
Reference in New Issue
Block a user