summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index 79ae888e..e784c224 100644
--- a/txr.c
+++ b/txr.c
@@ -495,7 +495,7 @@ int txr_main(int argc, char **argv)
} else if (equal(opt, lit("lisp"))) {
txr_lisp_p = t;
continue;
- } else if (equal(arg, lit("debugger"))) {
+ } else if (equal(opt, lit("debugger"))) {
#if CONFIG_DEBUG_SUPPORT
opt_debugger = 1;
continue;