From 4e21ddd440f5d1381c96ae6465a12888dcb23446 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 3 Jul 2016 22:14:40 -0500 Subject: [PATCH] Promote file. --- toys/{pending => posix}/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => posix}/file.c (99%) diff --git a/toys/pending/file.c b/toys/posix/file.c similarity index 99% rename from toys/pending/file.c rename to toys/posix/file.c index b53bec0a..d3e80f4e 100644 --- a/toys/pending/file.c +++ b/toys/posix/file.c @@ -10,7 +10,7 @@ USE_FILE(NEWTOY(file, "<1", TOYFLAG_USR|TOYFLAG_BIN)) config FILE bool "file" - default n + default y help usage: file [file...] -- 2.39.2