aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-05-05 17:50:23 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-05-05 17:50:23 +0300
commitbce72232ae0d79d8af6b5aa1986b78c04d6c7c28 (patch)
treebcad4865c6a77e04b2cbd0cf203a0305cc16b281 /debug.c
parent989529069906ee419cf6fa370909ebc59e0db09e (diff)
parent628837bf58f885225532b6c2de41b60ffa7c14e9 (diff)
downloadegawk-bce72232ae0d79d8af6b5aa1986b78c04d6c7c28.tar.gz
egawk-bce72232ae0d79d8af6b5aa1986b78c04d6c7c28.tar.bz2
egawk-bce72232ae0d79d8af6b5aa1986b78c04d6c7c28.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index b55f3577..84e69d47 100644
--- a/debug.c
+++ b/debug.c
@@ -2801,7 +2801,7 @@ debug_prog(INSTRUCTION *pc)
unserialize(OPTION);
unsetenv("DGAWK_RESTART");
fprintf(out_fp, "Restarting ...\n");
- if (run[0] == 'T')
+ if (strcasecmp(run, "true") == 0)
(void) do_run(NULL, 0);
} else if (command_file != NULL) {