From 6b6daecc7c87746aa0f38a298aecd2c38ee60520 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 3 Jul 2015 15:19:07 -0500 Subject: [PATCH] Promote xxd to other. --- toys/{pending => other}/xxd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/xxd.c (99%) diff --git a/toys/pending/xxd.c b/toys/other/xxd.c similarity index 99% rename from toys/pending/xxd.c rename to toys/other/xxd.c index dee8c31..e9ad839 100644 --- a/toys/pending/xxd.c +++ b/toys/other/xxd.c @@ -12,7 +12,7 @@ USE_XXD(NEWTOY(xxd, ">1c#<1>4096=16l#g#<1=2", TOYFLAG_USR|TOYFLAG_BIN)) config XXD bool "xxd" - default n + default y help usage: xxd [-c n] [-g n] [-l n] [file] -- 2.7.4