Ticket #2830: patch-bash-history-save

File patch-bash-history-save, 317 bytes (added by josh, 12 years ago)
Line 
1--- subshell.c.orig     2012-04-22 09:32:39.000000000 +0200
2+++ subshell.c  2012-06-17 15:11:20.000000000 +0200
3@@ -1064,6 +1064,8 @@
4 
5     if (subshell_quit)
6     {
7+        write_all (mc_global.tty.subshell_pty, " exit\n", 6);
8+
9         if (subshell_type == TCSH)
10         {
11             if (unlink (tcsh_fifo) == -1)