Do not print useless empty line after list of applets
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 28 Nov 2016 00:29:28 +0000 (01:29 +0100)
committerDenys 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

index bb7e905dbf151567aa405c0d6169ee360eaf1be6..9425c7bd4de05712b6e4f0edab641af76d5684f6 100644 (file)
@@ -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;
        }