From 55928b1e0a08d84a5cbc50020f0a8c1024f5b6ce Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 19 Jan 2008 17:43:27 -0600 Subject: Move NEWTOY() list from end of toylist.h to generated/newtoys.h. --- toys/toysh.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toys/toysh.c') diff --git a/toys/toysh.c b/toys/toysh.c index 353d2158..15c78116 100644 --- a/toys/toysh.c +++ b/toys/toysh.c @@ -16,6 +16,11 @@ * * TODO: // Handle embedded NUL bytes in the command line. +USE_TOYSH(NEWTOY(cd, NULL, TOYFLAG_NOFORK)) +USE_TOYSH(NEWTOY(exit, NULL, TOYFLAG_NOFORK)) +USE_TOYSH(OLDTOY(sh, toysh, "c:i", TOYFLAG_BIN)) +USE_TOYSH(NEWTOY(toysh, "c:i", TOYFLAG_BIN)) + config TOYSH bool "sh (toysh)" default y -- cgit v1.2.3