This uses floating point.
authorRob Landley <rob@landley.net>
Sat, 3 Mar 2012 02:18:17 +0000 (20:18 -0600)
committerRob Landley <rob@landley.net>
Sat, 3 Mar 2012 02:18:17 +0000 (20:18 -0600)
toys/seq.c

index ced5e8f..a41537c 100644 (file)
@@ -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