projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3a04a
)
Do not print useless empty line after list of applets
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 28 Nov 2016 00:29:28 +0000
(
01:29
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 28 Nov 2016 00:29:28 +0000
(
01:29
+0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/appletlib.c
patch
|
blob
|
history
diff --git
a/libbb/appletlib.c
b/libbb/appletlib.c
index bb7e905dbf151567aa405c0d6169ee360eaf1be6..9425c7bd4de05712b6e4f0edab641af76d5684f6 100644
(file)
--- a/
libbb/appletlib.c
+++ b/
libbb/appletlib.c
@@
-777,7
+777,7
@@
static int busybox_main(char **argv)
col += len2;
a += len2 - 1;
}
- full_write2_str("\n
\n
");
+ full_write2_str("\n");
return 0;
}