From: Eric Andersen Date: Fri, 16 Mar 2001 08:06:30 +0000 (-0000) Subject: There was an unwanted extra newline, which prevented building X-Git-Tag: 0_50 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=435a276e03801762e26eb023a0eff890ca8fec74;p=oweals%2Fbusybox.git There was an unwanted extra newline, which prevented building uudecode. How did this sneak through the testing until now? -Erik --- diff --git a/applets/usage.h b/applets/usage.h index 443a0ebe0..772585b54 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -1638,7 +1638,7 @@ #define uudecode_full_usage \ "Uudecode a file that is uuencoded.\n\n" \ "Options:\n" \ - "\t-o FILE\tdirect output to FILE" \ + "\t-o FILE\tdirect output to FILE" #define uudecode_example_usage \ "$ uudecode -o busybox busybox.uu\n" \ "$ ls -l busybox\n" \ diff --git a/include/usage.h b/include/usage.h index 443a0ebe0..772585b54 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1638,7 +1638,7 @@ #define uudecode_full_usage \ "Uudecode a file that is uuencoded.\n\n" \ "Options:\n" \ - "\t-o FILE\tdirect output to FILE" \ + "\t-o FILE\tdirect output to FILE" #define uudecode_example_usage \ "$ uudecode -o busybox busybox.uu\n" \ "$ ls -l busybox\n" \ diff --git a/usage.h b/usage.h index 443a0ebe0..772585b54 100644 --- a/usage.h +++ b/usage.h @@ -1638,7 +1638,7 @@ #define uudecode_full_usage \ "Uudecode a file that is uuencoded.\n\n" \ "Options:\n" \ - "\t-o FILE\tdirect output to FILE" \ + "\t-o FILE\tdirect output to FILE" #define uudecode_example_usage \ "$ uudecode -o busybox busybox.uu\n" \ "$ ls -l busybox\n" \