aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-03-02 20:18:17 -0600
committerRob Landley <rob@landley.net>2012-03-02 20:18:17 -0600
commitad065e2d1b96dd2f387296086ef808cd28bf3a47 (patch)
treef6b6c41c0ce796e37d47109326418e08039a05ad
parent52265e9d360caa10d61ab9689424dc19225a04fd (diff)
downloadtoybox-ad065e2d1b96dd2f387296086ef808cd28bf3a47.tar.gz
This uses floating point.
-rw-r--r--toys/seq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/seq.c b/toys/seq.c
index ced5e8fb..a41537c0 100644
--- a/toys/seq.c
+++ b/toys/seq.c
@@ -10,6 +10,7 @@ USE_SEQ(NEWTOY(seq, "<1>3?", TOYFLAG_USR|TOYFLAG_BIN))
config SEQ
bool "seq"
+ depends on TOYBOX_FLOAT
default y
help
usage: seq [first] [increment] last