From 4c182c325716776a3e40394b175de479738e31a6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 27 Apr 2015 11:14:46 -0500 Subject: [PATCH] Promote hexedit to other. --- toys/{other => pending}/hexedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{other => pending}/hexedit.c (99%) diff --git a/toys/other/hexedit.c b/toys/pending/hexedit.c similarity index 99% rename from toys/other/hexedit.c rename to toys/pending/hexedit.c index 668e51c4..518755bb 100644 --- a/toys/other/hexedit.c +++ b/toys/pending/hexedit.c @@ -8,7 +8,7 @@ USE_HEXEDIT(NEWTOY(hexedit, "<1>1r", TOYFLAG_USR|TOYFLAG_BIN)) config HEXEDIT bool "hexedit" - default n + default y help usage: hexedit FILENAME -- 2.39.2