From d10aec8aa9a7bd0751e0219fbb1f188c0a4c79eb Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Sat, 19 May 2012 22:10:46 +0900 Subject: mirb termination command renamed to quit --- tools/mirb/mirb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/mirb/mirb.c b/tools/mirb/mirb.c index 804cc62ac..7aa05800c 100644 --- a/tools/mirb/mirb.c +++ b/tools/mirb/mirb.c @@ -160,7 +160,7 @@ main(void) last_code_line[char_index] = '\0'; - if (strcmp(last_code_line, "exit") == 0) { + if (strcmp(last_code_line, "quit") == 0) { if (code_block_open) { /* cancel the current block and reset */ code_block_open = FALSE; -- cgit v1.2.3