diff options
-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" && { | |||
35 | if uuencode TEST </dev/null >/dev/null && bzip2 </dev/null >/dev/null; then | 35 | if uuencode TEST </dev/null >/dev/null && bzip2 </dev/null >/dev/null; then |
36 | bzip2 <busybox | uuencode busybox.bz2 | 36 | bzip2 <busybox | uuencode busybox.bz2 |
37 | else | 37 | else |
38 | od -tx1 <busybox | 38 | od -v -tx1 <busybox |
39 | fi | 39 | fi |
40 | #test "x$FTP_PORT" = x || | 40 | #test "x$FTP_PORT" = x || |
41 | # ftpput -P "$FTP_PORT" "$FTP_SERVER" strace | 41 | # ftpput -P "$FTP_PORT" "$FTP_SERVER" strace |