aboutsummaryrefslogtreecommitdiff
path: root/lib/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/args.c')
-rw-r--r--lib/args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/args.c b/lib/args.c
index 7b9350f8..5267ebe2 100644
--- a/lib/args.c
+++ b/lib/args.c
@@ -304,7 +304,7 @@ void parse_optflaglist(struct getoptflagstate *gof)
} else if (CFG_TOYBOX_FLOAT && new->type == '.') {
FLOAT f = strtod(++options, &temp);
if (temp != options) new->val[idx].f = f;
- } else if (CFG_TOYBOX_DEBUG) error_exit("<>= only after .#");
+ } else error_exit("<>= only after .#");
options = --temp;
// At this point, we've hit the end of the previous option. The