hush: add support for ':'; create testsuite entries
[oweals/busybox.git] / shell / Config.in
index 94ffa09f870c384f9dc777437b0e1112bd6fd04e..a6701622c8004967fadceca067654045c8f2e168 100644 (file)
@@ -114,6 +114,13 @@ config ASH_BUILTIN_ECHO
        help
          Enable support for echo, builtin to ash.
 
+config ASH_BUILTIN_PRINTF
+       bool "Builtin version of 'printf'"
+       default y
+       depends on ASH
+       help
+         Enable support for printf, builtin to ash.
+
 config ASH_BUILTIN_TEST
        bool "Builtin version of 'test'"
        default y