aboutsummaryrefslogtreecommitdiff
path: root/toys/seq.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/seq.c')
-rw-r--r--toys/seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/seq.c b/toys/seq.c
index 8eb8fb8e..ced5e8fb 100644
--- a/toys/seq.c
+++ b/toys/seq.c
@@ -6,7 +6,7 @@
*
* Not in SUSv3. (Don't ask me why not.)
-USE_SEQ(NEWTOY(seq, "<1>3?+", TOYFLAG_USR|TOYFLAG_BIN))
+USE_SEQ(NEWTOY(seq, "<1>3?", TOYFLAG_USR|TOYFLAG_BIN))
config SEQ
bool "seq"