Commit d7f573ca authored by vysheng's avatar vysheng

Merge pull request #273 from burunduk3/master

exit on ctrl+D
parents 62d3c07f 2867d373
......@@ -1911,6 +1911,7 @@ void interpreter_ex (char *line UU, void *ex) {
offline_mode = 0;
count = 1;
if (!line) {
do_safe_quit (0, NULL, NULL);
in_readline = 0;
return;
}
......
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