From d493e9361fb12804be8a18dba80424e0bb125cdc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 29 Aug 2010 14:39:45 +0200 Subject: remove stray debugging stuff Signed-off-by: Denys Vlasenko --- scripts/mkconfigs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mkconfigs b/scripts/mkconfigs index 38d7ac054..47ac53330 100755 --- a/scripts/mkconfigs +++ b/scripts/mkconfigs @@ -64,7 +64,8 @@ echo "\ static const char bbconfig_config_bz2[] ALIGN1 = {" grep '^#\? \?CONFIG_' "$config" \ -| bzip2 -1 | tee z.bz2 | dd bs=2 skip=1 2>/dev/null | od -v -t x1 \ +| bzip2 -1 | dd bs=2 skip=1 2>/dev/null \ +| od -v -t x1 \ | sed -e 's/^[^ ]*//' \ -e 's/ //g' \ -e '/^$/d' \ -- cgit v1.2.3