Promote printf.
authorRob Landley <rob@landley.net>
Sun, 11 Jan 2015 16:17:58 +0000 (10:17 -0600)
committerRob Landley <rob@landley.net>
Sun, 11 Jan 2015 16:17:58 +0000 (10:17 -0600)
toys/posix/printf.c [moved from toys/pending/printf.c with 99% similarity]

similarity index 99%
rename from toys/pending/printf.c
rename to toys/posix/printf.c
index c9afc9b..5fec4f9 100644 (file)
@@ -11,7 +11,7 @@ USE_PRINTF(NEWTOY(printf, "<1", TOYFLAG_USR|TOYFLAG_BIN))
 
 config PRINTF 
   bool "printf"
-  default n
+  default y
   help
     usage: printf FORMAT [ARGUMENT...]