There was an unwanted extra newline, which prevented building
uudecode. How did this sneak through the testing until now? -Erik
This commit is contained in:
parent
53b55ac08d
commit
704b2c2122
@ -1638,7 +1638,7 @@
|
|||||||
#define uudecode_full_usage \
|
#define uudecode_full_usage \
|
||||||
"Uudecode a file that is uuencoded.\n\n" \
|
"Uudecode a file that is uuencoded.\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-o FILE\tdirect output to FILE" \
|
"\t-o FILE\tdirect output to FILE"
|
||||||
#define uudecode_example_usage \
|
#define uudecode_example_usage \
|
||||||
"$ uudecode -o busybox busybox.uu\n" \
|
"$ uudecode -o busybox busybox.uu\n" \
|
||||||
"$ ls -l busybox\n" \
|
"$ ls -l busybox\n" \
|
||||||
|
@ -1638,7 +1638,7 @@
|
|||||||
#define uudecode_full_usage \
|
#define uudecode_full_usage \
|
||||||
"Uudecode a file that is uuencoded.\n\n" \
|
"Uudecode a file that is uuencoded.\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-o FILE\tdirect output to FILE" \
|
"\t-o FILE\tdirect output to FILE"
|
||||||
#define uudecode_example_usage \
|
#define uudecode_example_usage \
|
||||||
"$ uudecode -o busybox busybox.uu\n" \
|
"$ uudecode -o busybox busybox.uu\n" \
|
||||||
"$ ls -l busybox\n" \
|
"$ ls -l busybox\n" \
|
||||||
|
2
usage.h
2
usage.h
@ -1638,7 +1638,7 @@
|
|||||||
#define uudecode_full_usage \
|
#define uudecode_full_usage \
|
||||||
"Uudecode a file that is uuencoded.\n\n" \
|
"Uudecode a file that is uuencoded.\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-o FILE\tdirect output to FILE" \
|
"\t-o FILE\tdirect output to FILE"
|
||||||
#define uudecode_example_usage \
|
#define uudecode_example_usage \
|
||||||
"$ uudecode -o busybox busybox.uu\n" \
|
"$ uudecode -o busybox busybox.uu\n" \
|
||||||
"$ ls -l busybox\n" \
|
"$ ls -l busybox\n" \
|
||||||
|
Loading…
Reference in New Issue
Block a user