Merge pull request #273 from burunduk3/master

exit on ctrl+D
This commit is contained in:
vysheng 2014-10-06 21:07:25 +04:00
commit d7f573ca81

View File

@ -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;
}