]> git.pld-linux.org Git - packages/bash.git/blob - bash-sighup.patch
Up to 5.2.26
[packages/bash.git] / bash-sighup.patch
1 diff -Nur bash-2.03.ORIG/execute_cmd.c bash-2.03/execute_cmd.c
2 --- bash-2.03.ORIG/execute_cmd.c        Tue Jan 26 18:23:49 1999
3 +++ bash-2.03/execute_cmd.c     Tue Jan 25 13:58:35 2000
4 @@ -2912,7 +2912,7 @@
5  void
6  setup_async_signals ()
7  {
8 -#if defined (__BEOS__)
9 +#if defined (__BEOS__) || defined (linux)
10    set_signal_handler (SIGHUP, SIG_IGN);        /* they want csh-like behavior */
11  #endif
12  
This page took 0.045387 seconds and 3 git commands to generate.