Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
---
 applets/usage_compressed |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applets/usage_compressed b/applets/usage_compressed
index cd09361..a299ecd 100755
--- a/applets/usage_compressed
+++ b/applets/usage_compressed
@@ -25,7 +25,7 @@ echo 'static const char packed_usage[] ALIGN1 = {'
 ##     -e '/^$/d' \
 ##     -e 's/\(..\)\(..\)/0x\2,0x\1,/g'
 
-"$loc/usage" | bzip2 -1 | $DD bs=2 skip=1 | od -v -t x1 \
+"$loc/usage" | bzip2 -1 | $DD bs=2 skip=1 2>/dev/null | od -v -t x1 \
 | $SED -e 's/^[^ ]*//' \
        -e 's/ //g' \
        -e '/^$/d' \
-- 
1.6.3.3

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to