[git commit] qemu testing: fix hexdumping of binary
Denys Vlasenko
vda.linux at googlemail.com
Mon Oct 5 10:34:24 UTC 2015
commit: http://git.busybox.net/busybox/commit/?id=a779c6d63b6da04e923cb306fcc257264ed4502c
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
qemu_multiarch_testing/hdc.dir/build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qemu_multiarch_testing/hdc.dir/build b/qemu_multiarch_testing/hdc.dir/build
index 8a65a55..b7fb61f 100755
--- a/qemu_multiarch_testing/hdc.dir/build
+++ b/qemu_multiarch_testing/hdc.dir/build
@@ -35,7 +35,7 @@ test -x "bin/busybox-$HOST" && {
if uuencode TEST </dev/null >/dev/null && bzip2 </dev/null >/dev/null; then
bzip2 <busybox | uuencode busybox.bz2
else
- od -tx1 <busybox
+ od -v -tx1 <busybox
fi
#test "x$FTP_PORT" = x ||
# ftpput -P "$FTP_PORT" "$FTP_SERVER" strace
More information about the busybox-cvs
mailing list