summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-19 22:10:46 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-19 22:10:46 +0900
commitd10aec8aa9a7bd0751e0219fbb1f188c0a4c79eb (patch)
tree438a52158b92dddd62daa95cb26cc689b809ec7f /tools
parent7701795951996aa71db3fe3b930ba666d08048e0 (diff)
downloadmruby-d10aec8aa9a7bd0751e0219fbb1f188c0a4c79eb.tar.gz
mruby-d10aec8aa9a7bd0751e0219fbb1f188c0a4c79eb.zip
mirb termination command renamed to quit
Diffstat (limited to 'tools')
-rw-r--r--tools/mirb/mirb.c2
1 files changed, 1 insertions, 1 deletions
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;