From d3d633ff13187c34c3a04ce20b9ffcfb85c2c383 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 11 Jan 2015 10:17:58 -0600 Subject: [PATCH] Promote printf. --- toys/{pending => posix}/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => posix}/printf.c (99%) diff --git a/toys/pending/printf.c b/toys/posix/printf.c similarity index 99% rename from toys/pending/printf.c rename to toys/posix/printf.c index c9afc9b..5fec4f9 100644 --- a/toys/pending/printf.c +++ b/toys/posix/printf.c @@ -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...] -- 2.7.4