[PATCH 2/8] hide dd statistics

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Oct 26 22:27:03 UTC 2009


Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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



More information about the busybox mailing list