From f1a3098fb332ae0db638da408088a7b9d2c0c14b Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 28 Jun 2014 22:36:02 -0500 Subject: Add : as an alias for true (toysh needs this). --- toys/posix/true.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/posix/true.c') diff --git a/toys/posix/true.c b/toys/posix/true.c index 09e551c3..b22b7ac1 100644 --- a/toys/posix/true.c +++ b/toys/posix/true.c @@ -5,6 +5,7 @@ * See http://opengroup.org/onlinepubs/9699919799/utilities/true.html USE_TRUE(NEWTOY(true, NULL, TOYFLAG_BIN)) +USE_TRUE(OLDTOY(:, true, 0, TOYFLAG_NOFORK)) config TRUE bool "true" -- cgit v1.2.3