aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4b58d8c2..1adaead3 100644
--- a/main.c
+++ b/main.c
@@ -68,7 +68,6 @@ void toy_init(struct toy_list *which, char *argv[])
toys.which = which;
toys.argv = argv;
- toys.exitval = 1;
if (NEED_OPTIONS && which->options) get_optflags();
else toys.optargs = argv+1;
}