mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
remove stray debugging stuff
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
9ce07e778f
commit
d493e9361f
1 changed files with 2 additions and 1 deletions
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue