Commit d10aec8a authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

mirb termination command renamed to quit

parent 77017959
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment