From 3526680910b318d2c36a326e9ef77fb3e2787f7e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 12 Mar 2019 19:48:11 -0700 Subject: timeout: remove bogus depends-on. --- toys/other/timeout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/toys/other/timeout.c b/toys/other/timeout.c index d6715a5f..dc48f55b 100644 --- a/toys/other/timeout.c +++ b/toys/other/timeout.c @@ -9,7 +9,6 @@ USE_TIMEOUT(NEWTOY(timeout, "<2^(foreground)(preserve-status)vk:s(signal):", TOY config TIMEOUT bool "timeout" default y - depends on TOYBOX_FLOAT help usage: timeout [-k DURATION] [-s SIGNAL] DURATION COMMAND... -- cgit v1.2.3