diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-05 12:34:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-05 12:34:24 +0200 |
commit | a779c6d63b6da04e923cb306fcc257264ed4502c (patch) | |
tree | 130d5abd0c1b26bcdba9bfd1a839764576dc2e25 /qemu_multiarch_testing/hdc.dir/build | |
parent | 5fa6d1a632505789409a2ba6cf8e112529f9db18 (diff) |
qemu testing: fix hexdumping of binary
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'qemu_multiarch_testing/hdc.dir/build')
-rwxr-xr-x | 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 8a65a5582..b7fb61fc8 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 |