[git commit] qemu testing: extract_od_binary.sh: support huge files (and broken od)

Denys Vlasenko vda.linux at googlemail.com
Mon Oct 5 14:46:29 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=3b650c1e7b0bcbb4dfebab6fd87449e6b1e0b788
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 qemu_multiarch_testing/extract_od_binary.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu_multiarch_testing/extract_od_binary.sh b/qemu_multiarch_testing/extract_od_binary.sh
index e4c2c2a..1006e51 100755
--- a/qemu_multiarch_testing/extract_od_binary.sh
+++ b/qemu_multiarch_testing/extract_od_binary.sh
@@ -3,4 +3,4 @@
 # Converts textual result of "od -tx1 <FILE"
 # back into a binary FILE
 
-grep -a '^[0-7][0-7][0-7][0-7][0-7][0-7][0-7] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f]' | busybox hexdump -R
+grep -a '^[0-7][0-7][0-7][0-7][0-7][0-7][0-7][0-7]* [0-9a-f][0-9a-f] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f] [0-9a-f][0-9a-f]' | busybox hexdump -R


More information about the busybox-cvs mailing list