[patch] coreutils/printf.c

Bernhard Fischer rep.dot.nop at gmail.com
Thu May 29 15:22:29 PDT 2008


On Thu, May 29, 2008 at 11:53:03PM +0200, Cristian Ionescu-Idbohrn wrote:
>@@ -8540,6 +8541,9 @@
> 	{ BUILTIN_NOSPEC        "let", letcmd },
> #endif
> 	{ BUILTIN_ASSIGN        "local", localcmd },
>+#if ENABLE_ASH_BUILTIN_PRINTF
>+	{ BUILTIN_REGULAR		"[", printfcmd },
>+#endif

are you sure that "[" is correct here? Sounds a bit like it should be
"printf", but i didn't look..


More information about the busybox mailing list