diff options
| author | Rob Landley <rob@landley.net> | 2012-03-02 20:18:17 -0600 | 
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2012-03-02 20:18:17 -0600 | 
| commit | ad065e2d1b96dd2f387296086ef808cd28bf3a47 (patch) | |
| tree | f6b6c41c0ce796e37d47109326418e08039a05ad | |
| parent | 52265e9d360caa10d61ab9689424dc19225a04fd (diff) | |
| download | toybox-ad065e2d1b96dd2f387296086ef808cd28bf3a47.tar.gz | |
This uses floating point.
| -rw-r--r-- | toys/seq.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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 | 
