[git commit] Do not print useless empty line after list of applets

Denys Vlasenko vda.linux at googlemail.com
Mon Nov 28 00:29:28 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=7d877fc9312a742b06125927bb1d34bd35398c6c
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libbb/appletlib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index bb7e905..9425c7b 100644
--- 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;
 	}
 


More information about the busybox-cvs mailing list