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