diff options
author | Elliott Hughes <enh@google.com> | 2019-03-12 19:48:11 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-03-13 18:06:14 -0500 |
commit | 3526680910b318d2c36a326e9ef77fb3e2787f7e (patch) | |
tree | ab15841cfe9d1eba6377d56628c2ed94c71dc8e4 /toys/other | |
parent | 7aa276db3c0f6e335914401f961d6e76587b141b (diff) | |
download | toybox-3526680910b318d2c36a326e9ef77fb3e2787f7e.tar.gz |
timeout: remove bogus depends-on.
Diffstat (limited to 'toys/other')
-rw-r--r-- | toys/other/timeout.c | 1 |
1 files changed, 0 insertions, 1 deletions
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... |