mirb termination command renamed to quit

This commit is contained in:
Yukihiro Matsumoto
2012-05-19 22:10:46 +09:00
parent 7701795951
commit d10aec8aa9
+1 -1
View File
@@ -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;